Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Broadcast join does not work on partitioned tables. This is because broadcast join condition just checks ScanNode whose data volume is smaller than some threshold. We should also consider PartitionedTableScan.