-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51582/
-----------------------------------------------------------
Review request for hive and Ashutosh Chauhan.
Bugs: HIVE-12806
https://issues.apache.org/jira/browse/HIVE-12806
Repository: hive-git
Description
-------
For cbo return path table alias is changed to fully qualified alias e.g.
subquery.table_name (instead of subquery:table_name)
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java 18a55cb
ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java ace0e9c
ql/src/test/queries/clientpositive/vector_auto_smb_mapjoin_14.q 2077f8e
ql/src/test/results/clientpositive/cbo_rp_annotate_stats_groupby.q.out
f5b4375
ql/src/test/results/clientpositive/cbo_rp_auto_join1.q.out 89bc7af
ql/src/test/results/clientpositive/cbo_rp_cross_product_check_2.q.out 432a75a
ql/src/test/results/clientpositive/cbo_rp_join0.q.out 149383a
ql/src/test/results/clientpositive/cbo_rp_lineage2.q.out 9e0613f
ql/src/test/results/clientpositive/llap/vector_auto_smb_mapjoin_14.q.out
735e4f4
ql/src/test/results/clientpositive/vector_auto_smb_mapjoin_14.q.out 9837b26
Diff: https://reviews.apache.org/r/51582/diff/
Testing
-------
Added test
Pre-commit testing
Thanks,
Vineet Garg