Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.11.0
-
None
-
None
Description
Map-Join predicates where the joining columns from big table (streamed table) are partition columns and corresponding columns from small table is not partitioned, the join would not prune the unnecessary partitions from big table. Since data for all small tables is materialized before big table is streamed, theoretically it would be possible to prune the unnecessary partitions from big table.
Proposal document is at https://cwiki.apache.org/confluence/x/sgkHAg
Attachments
Issue Links
- duplicates
-
HIVE-7826 Dynamic partition pruning on Tez
- Closed