-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60776/
-----------------------------------------------------------
Review request for hive.
Bugs: HIVE-16907
https://issues.apache.org/jira/browse/HIVE-16907
Repository: hive-git
Description
-------
Wrong behavior when the target table is written as `db.table`
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/parse/BaseSemanticAnalyzer.java 136e951
Diff: https://reviews.apache.org/r/60776/diff/1/
Testing
-------
explain insert into default.tbl3 select * from tbl2;
explain insert into `default.tbl3` select * from tbl2;
create table `default.xxx`(col int);
create table default.yyy (col int);
Thanks,
Bing Li