Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
Description
HIVE-26524 introduced an optimization to remove sections of query plan known never produces rows.
Add a setting into hive conf to turn on/off this optimization.
When the optimization is turned off restore the legacy behavior:
- represent empty result operator with HiveSortLimit 0
- disable HiveRemoveEmptySingleRules
Attachments
Issue Links
- relates to
-
HIVE-26524 Use Calcite to remove sections of a query plan known never produces rows
- Closed
- links to