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 7b3ecf6  HIVE-24727: Cache hydration api in llap proto (Antal 
Sinkovits, reviewed by Adam Szita)
     add e825ffc  HIVE-24840: Materialized View incremental rebuild produces 
wrong result set after compaction (Krisztian Kasa, reviewed by Jesus Camacho 
Rodriguez, Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/txn/compactor/CompactorOnTezTest.java  |  20 +++
 .../hive/ql/txn/compactor/TestCompactor.java       |  16 +-
 .../ql/txn/compactor/TestCrudCompactorOnTez.java   |  15 --
 .../txn/compactor/TestMaterializedViewRebuild.java | 152 +++++++++++++++++
 .../org/apache/hadoop/hive/ql/metadata/Hive.java   |  10 +-
 .../gen/thrift/gen-cpp/hive_metastore_types.cpp    |  23 +++
 .../src/gen/thrift/gen-cpp/hive_metastore_types.h  |   7 +-
 .../hadoop/hive/metastore/api/Materialization.java |  96 ++++++++++-
 .../thrift/gen-php/metastore/Materialization.php   |  24 +++
 .../src/gen/thrift/gen-py/hive_metastore/ttypes.py |  16 +-
 .../src/gen/thrift/gen-rb/hive_metastore_types.rb  |   5 +-
 .../src/main/thrift/hive_metastore.thrift          |   1 +
 .../hadoop/hive/metastore/txn/TxnHandler.java      | 190 ++++++++++++---------
 13 files changed, 474 insertions(+), 101 deletions(-)
 create mode 100644 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/txn/compactor/TestMaterializedViewRebuild.java

Reply via email to