Description
Follow-up/extension of the work done in HIVE-13068.
Ex.
ql/src/test/results/clientpositive/annotate_stats_filter.q.out
predicate: ((year = 2001) and (state = 'OH') and (state = 'FL')) (type: boolean) -> false
ql/src/test/results/clientpositive/cbo_rp_join1.q.out
predicate: ((_col0 = _col1) and (_col1 = 40) and (_col0 = 40)) (type: boolean) -> predicate: ((_col1 = 40) and (_col0 = 40)) (type: boolean)
ql/src/test/results/clientpositive/constprog_semijoin.q.out
predicate: (((id = 100) = true) and (id <> 100)) (type: boolean) -> false
Attachments
Attachments
Issue Links
- is related to
-
HIVE-25919 ClassCastException when pushing boolean column predicate in HBaseStorageHandler
- Closed
- relates to
-
HIVE-13068 Disable Hive ConstantPropagate optimizer when CBO has optimized the plan II
- Closed
- links to