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

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


    from 067d598a113 HIVE-26652: HiveSortPullUpConstantsRule produces an 
invalid plan when pulling up constants for nullable fields (Alessandro 
Solimando, reviewed by Krisztian Kasa)
     add 1cd75e26ef1 HIVE-13353: SHOW COMPACTIONS should support filtering 
options (Kirti Ruge, reviewed by Denys Kuzmenko, Laszlo Vegh)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/ql/parse/HiveLexerParent.g  |    2 +-
 .../org/apache/hadoop/hive/ql/parse/HiveParser.g   |   35 +-
 .../hadoop/hive/ql/parse/IdentifiersParser.g       |    1 +
 .../hive/ql/parse/TestParseShowCompactions.java    |  155 +
 .../show/compactions/ShowCompactionsAnalyzer.java  |   54 +-
 .../show/compactions/ShowCompactionsDesc.java      |   69 +-
 .../show/compactions/ShowCompactionsOperation.java |   43 +-
 .../AlterTableUpdateColumnStatistictAnalyzer.java  |   16 +-
 .../compact/AlterTableCompactOperation.java        |    5 +-
 .../org/apache/hadoop/hive/ql/io/AcidUtils.java    |   32 +
 .../org/apache/hadoop/hive/ql/metadata/Hive.java   |    7 +-
 .../org/apache/hadoop/hive/ql/TestTxnCommands.java |  286 +-
 .../apache/hadoop/hive/ql/TestTxnCommands2.java    |   55 +
 .../clientpositive/llap/dbtxnmgr_showlocks.q.out   |    1 +
 .../src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp | 2490 ++++++-------
 .../gen/thrift/gen-cpp/hive_metastore_types.cpp    | 3836 ++++++++++----------
 .../src/gen/thrift/gen-cpp/hive_metastore_types.h  |   50 +-
 .../hive/metastore/api/ShowCompactRequest.java     |  645 +++-
 .../gen-php/metastore/ShowCompactRequest.php       |  147 +-
 .../src/gen/thrift/gen-py/hive_metastore/ttypes.py |   86 +-
 .../src/gen/thrift/gen-rb/hive_metastore_types.rb  |   23 +-
 .../hadoop/hive/metastore/HiveMetaStoreClient.java |    7 +-
 .../hadoop/hive/metastore/IMetaStoreClient.java    |   14 +-
 .../hadoop/hive/metastore/txn/TxnQueries.java      |   50 +-
 .../src/main/thrift/hive_metastore.thrift          |    8 +-
 .../hadoop/hive/metastore/txn/CompactionInfo.java  |    4 +-
 .../txn/{TxnStatus.java => CompactionState.java}   |   43 +-
 .../hive/metastore/txn/CompactionTxnHandler.java   |    8 +-
 .../hadoop/hive/metastore/txn/TxnHandler.java      |  227 +-
 .../apache/hadoop/hive/metastore/txn/TxnStore.java |   12 +
 .../apache/hadoop/hive/metastore/txn/TxnUtils.java |   23 +
 .../metastore/HiveMetaStoreClientPreCatalog.java   |    5 +-
 32 files changed, 5091 insertions(+), 3348 deletions(-)
 create mode 100644 
parser/src/test/org/apache/hadoop/hive/ql/parse/TestParseShowCompactions.java
 copy 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/{TxnStatus.java
 => CompactionState.java} (62%)

Reply via email to