Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.4.0
-
None
-
None
Description
BroardCast hint can not work with `PruneFileSourcePartitions`, for example, when the filter condition p is a partition field, table b in SQL below cannot be broadcast.
` sql("select /*+ broadcastjoin(b) */ * from (select a from empty_test where p=1) a " +
"join (select a,b from par_1 where p=1) b on a.a=b.a").explain`
Attachments
Issue Links
- duplicates
-
SPARK-26576 Broadcast hint not applied to partitioned table
- Resolved
- links to