Details
-
Sub-task
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
3.0.0
-
None
-
None
Description
HIVE-11525 add bucket pruning. Unbucketed acid tables name data files in the same way as proper/enforced buckets.
Bucket pruning should only kick in for bucketed tables (https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/optimizer/FixedBucketPruningOptimizer.java#L109) but it's good to add some tests to make sure