This is an automated email from the ASF dual-hosted git repository.
kgyrtkirk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.
from 1ef05ef HIVE-22499 : LLAP: Add an EncodedReaderOptions to extend ORC
impl for options (Mustafa Iman via Slim Bouguerra)
new bbcb1d1 HIVE-22580: Flakyness in TestDbTxnManager2 (Peter Vary via
Zoltan Haindrich)
new 9dc2bb8 HIVE-22517: Sysdb related qtests also output the sysdb sql
commands to q.out (Zoltan Haindrich reviewed by László Bodor)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/hadoop/hive/ql/QTestUtil.java | 2 +
.../hadoop/hive/ql/qoption/QTestSysDbHandler.java | 58 +
ql/src/test/queries/clientpositive/resourceplan.q | 5 +-
.../clientpositive/strict_managed_tables_sysdb.q | 4 +-
ql/src/test/queries/clientpositive/sysdb.q | 5 +-
ql/src/test/queries/clientpositive/sysdb_schq.q | 3 +-
.../results/clientpositive/llap/resourceplan.q.out | 3982 ++------------------
.../llap/strict_managed_tables_sysdb.q.out | 3958 ++-----------------
.../test/results/clientpositive/llap/sysdb.q.out | 3958 ++-----------------
.../results/clientpositive/llap/sysdb_schq.q.out | 3722 ------------------
.../hadoop/hive/metastore/txn/TxnDbUtil.java | 2 +-
11 files changed, 788 insertions(+), 14911 deletions(-)
create mode 100644
itests/util/src/main/java/org/apache/hadoop/hive/ql/qoption/QTestSysDbHandler.java