The code block shown below should efficiently perform a broadcast join of DataFrame storesDF and the much larger DataFrame employeesDF using key column storeId.
Choose the response that correctly fills in the numbered blanks within the code block to complete this task.
Code block:
__1__.join(__2__(__3__), "storeId")
ryanmu
Highly Voted 1 year, 5 months agocookiemonster42
1 year, 3 months agoazure_bimonster
Most Recent 9 months, 3 weeks agoveli4ko
1 year, 1 month agothanab
1 year, 2 months agoRam459
1 year, 3 months agocookiemonster42
1 year, 3 months ago