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

Reply via email to