This is an automated email from the ASF dual-hosted git repository.

jcamacho pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from bd7987b  HIVE-24089: Run QB compaction as table directory user with 
impersonation (Karen Coppage, reviewed by Peter Vary and Laszlo Pinter)
     add 9320838  HIVE-22622: Hive allows to create a struct with duplicate 
attribute names (Krisztian Kasa, reviewed by Stamatis Zampetakis, Jesus Camacho 
Rodriguez)

No new revisions were added by this update.

Summary of changes:
 common/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java       |  1 +
 .../org/apache/hadoop/hive/ql/parse/BaseSemanticAnalyzer.java | 11 ++++++++++-
 .../test/queries/clientnegative/struct_attribute_uniqueness.q |  1 +
 .../queries/clientnegative/struct_attribute_uniqueness_2.q    |  1 +
 .../results/clientnegative/struct_attribute_uniqueness.q.out  |  1 +
 .../clientnegative/struct_attribute_uniqueness_2.q.out        |  1 +
 6 files changed, 15 insertions(+), 1 deletion(-)
 create mode 100644 
ql/src/test/queries/clientnegative/struct_attribute_uniqueness.q
 create mode 100644 
ql/src/test/queries/clientnegative/struct_attribute_uniqueness_2.q
 create mode 100644 
ql/src/test/results/clientnegative/struct_attribute_uniqueness.q.out
 create mode 100644 
ql/src/test/results/clientnegative/struct_attribute_uniqueness_2.q.out

Reply via email to