-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56546/
-----------------------------------------------------------
(Updated March 8, 2017, 12:46 p.m.)
Review request for hive, Aihua Xu, Peter Vary, and Sergio Pena.
Changes
-------
Removed automatic tblproperties removal and Hive conf key. User will have to
take care of this manually if they want to alter the table.
Bugs: HIVE-13780
https://issues.apache.org/jira/browse/HIVE-13780
Repository: hive-git
Description
-------
Allow user to update AVRO table schema via command even if table's definition
was defined through schema file / literal in tblproperties
Diffs (updated)
-----
ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java
8801b4ef4686c654cbcc69e1241bbdf807afddbf
ql/src/test/queries/clientnegative/avro_add_column_extschema.q PRE-CREATION
ql/src/test/queries/clientpositive/avro_add_column_extschema.q PRE-CREATION
ql/src/test/results/clientnegative/avro_add_column_extschema.q.out
PRE-CREATION
ql/src/test/results/clientpositive/avro_add_column_extschema.q.out
PRE-CREATION
serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerdeUtils.java
f18585da1d108abdd500437362eb388b21030ec7
Diff: https://reviews.apache.org/r/56546/diff/3/
Changes: https://reviews.apache.org/r/56546/diff/2-3/
Testing
-------
Thanks,
Adam Szita