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

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


    from 68468bf  HIVE-24233: Except subquery throws nullpointer (Peter Varga 
via Peter Vary)
     add 1068e01  HIVE-24275: adding support for delayed cleanup of obsolete 
files/dirs (Peter Varga, reviewed by Karen Coppage)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   6 +
 .../hadoop/hive/ql/txn/compactor/Cleaner.java      |  61 +++++---
 .../metastore/txn/TestCompactionTxnHandler.java    |  26 ++--
 .../hive/ql/txn/compactor/CompactorTest.java       |  25 +++-
 .../hadoop/hive/ql/txn/compactor/TestCleaner.java  | 166 ++++++++++++++++++++-
 .../hive/metastore/txn/CompactionTxnHandler.java   |  14 +-
 .../hadoop/hive/metastore/txn/TxnHandler.java      |   4 +-
 .../apache/hadoop/hive/metastore/txn/TxnStore.java |   3 +-
 .../src/main/sql/derby/hive-schema-4.0.0.derby.sql |   3 +-
 .../sql/derby/upgrade-3.2.0-to-4.0.0.derby.sql     |   3 +
 .../src/main/sql/mssql/hive-schema-4.0.0.mssql.sql |   3 +-
 .../sql/mssql/upgrade-3.2.0-to-4.0.0.mssql.sql     |   3 +
 .../src/main/sql/mysql/hive-schema-4.0.0.mysql.sql |   3 +-
 .../sql/mysql/upgrade-3.2.0-to-4.0.0.mysql.sql     |   3 +
 .../main/sql/oracle/hive-schema-4.0.0.oracle.sql   |   3 +-
 .../sql/oracle/upgrade-3.2.0-to-4.0.0.oracle.sql   |   3 +
 .../sql/postgres/hive-schema-4.0.0.postgres.sql    |   3 +-
 .../postgres/upgrade-3.2.0-to-4.0.0.postgres.sql   |   3 +
 18 files changed, 285 insertions(+), 50 deletions(-)

Reply via email to