You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kr...@apache.org on 2021/01/13 14:10:32 UTC

[hive] branch master updated (83cd0df -> 606527e)

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

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


    from 83cd0df  HIVE-24611: Remove unnecessary parameter from AbstractAlterTableOperation (Miklos Gergely, reviewed by Krisztian Kasa)
     add 606527e  HIVE-24613: Support Values clause without Insert (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez, Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/ql/parse/FromClauseParser.g | 10 +++
 .../org/apache/hadoop/hive/ql/parse/HiveParser.g   |  2 +
 .../hadoop/hive/ql/parse/TestValuesClause.java     | 88 ++++++++++++++++++++
 ql/src/test/queries/clientpositive/values.q        | 21 +++++
 .../test/results/clientpositive/llap/values.q.out  | 97 ++++++++++++++++++++++
 5 files changed, 218 insertions(+)
 create mode 100644 parser/src/test/org/apache/hadoop/hive/ql/parse/TestValuesClause.java
 create mode 100644 ql/src/test/queries/clientpositive/values.q
 create mode 100644 ql/src/test/results/clientpositive/llap/values.q.out