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 6cf9df1 HIVE-25858: DISTINCT with ORDER BY on ordinals fails with NPE
(Krisztian Kasa, reviewed by Zoltan Haindrich)
add ef160aa HIVE-25801: Custom queue settings is not honoured by Query
based compaction StatsUpdater (Laszlo Vegh, reviewed by Denys Kuzmenko)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/hadoop/hive/conf/HiveConf.java | 14 +-
.../hive/ql/txn/compactor/TestCompactor.java | 301 +++++++++++----------
.../ql/txn/compactor/TestCrudCompactorOnTez.java | 83 +++++-
.../TestFetchWriteIdFromInsertOnlyTables.java | 6 +-
.../ql/txn/compactor/TestMmCompactorOnTez.java | 2 +-
.../apache/hadoop/hive/ql/exec/tez/DagUtils.java | 22 +-
.../hadoop/hive/ql/txn/compactor/CompactorMR.java | 7 +-
.../hive/ql/txn/compactor/QueryCompactor.java | 1 +
.../hadoop/hive/ql/txn/compactor/Worker.java | 105 +++----
.../apache/hadoop/hive/ql/TestTxnCommands2.java | 13 +-
.../apache/hadoop/hive/ql/TestTxnCommands3.java | 4 +-
.../org/apache/hadoop/hive/ql/TestTxnLoadData.java | 10 +-
.../apache/hadoop/hive/ql/TestTxnNoBuckets.java | 36 ++-
.../hadoop/hive/ql/txn/compactor/TestWorker.java | 2 +-
14 files changed, 340 insertions(+), 266 deletions(-)