-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66349/
-----------------------------------------------------------
Review request for hive, Ashutosh Chauhan and Jesús Camacho Rodríguez.
Bugs: HIVE-19059
https://issues.apache.org/jira/browse/HIVE-19059
Repository: hive-git
Description
-------
This patch adds support for specifying DEFAULT keyword with INSERT and UPDATE
e.g.
INSERT INTO T1 values(DEFAULT, DEFAULT..)
Diffs
-----
itests/src/test/resources/testconfiguration.properties 5985dcfab9
ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java 26f20f2e05
ql/src/test/queries/clientpositive/insert_into_default_keyword.q PRE-CREATION
ql/src/test/results/clientpositive/llap/insert_into_default_keyword.q.out
PRE-CREATION
Diff: https://reviews.apache.org/r/66349/diff/1/
Testing
-------
Added more tests
Existing pcommit tests
Thanks,
Vineet Garg