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 351e444 HIVE-24584. IndexOutOfBoundsException from Kryo when running msck repair (amagyar) add 632d70f HIVE-24664: Support column aliases in Values clause (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez) No new revisions were added by this update. Summary of changes: .../apache/hadoop/hive/ql/parse/FromClauseParser.g | 11 +- .../org/apache/hadoop/hive/ql/parse/HiveParser.g | 1 + .../hadoop/hive/ql/parse/IdentifiersParser.g | 42 ++++++- .../hadoop/hive/ql/parse/TestValuesClause.java | 123 +++++++++++++++++++++ .../hadoop/hive/ql/parse/type/ExprFactory.java | 1 + .../ql/parse/type/ExprNodeDescExprFactory.java | 13 ++- .../hive/ql/parse/type/RexNodeExprFactory.java | 16 ++- .../hadoop/hive/ql/parse/type/TypeCheckCtx.java | 13 +++ .../hive/ql/parse/type/TypeCheckProcFactory.java | 26 ++++- ql/src/test/queries/clientpositive/values_alias.q | 15 +++ .../results/clientpositive/llap/values_alias.q.out | 58 ++++++++++ 11 files changed, 311 insertions(+), 8 deletions(-) create mode 100644 ql/src/test/queries/clientpositive/values_alias.q create mode 100644 ql/src/test/results/clientpositive/llap/values_alias.q.out