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 2d444fa HIVE-20801: ACID: Allow DbTxnManager to ignore non-ACID table
read locking (Gopal Vijayaraghavan, reviewed by Eugene Koifman, Ashutosh
Chauhan, Denys Kuzmenko)
new dc7d146 HIVE-22706: Jdbc storage handler incorrectly interprets
boolean column value in derby (Zoltan Haindrich reviewed by Syed Shameerur
Rahman, Miklos Gergely)
new 2676818 HIVE-22761: Scheduled query executor fails to report query
state as errored if session initialization fails (Zoltan Haindrich reviewed by
Miklos Gergely)
new a344426 HIVE-22712: ReExec Driver execute submit the query in default
queue irrespective of user defined queue (Rajkumar Singh via Zoltan Haindrich)
The 3 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:
.../apache/hive/storage/jdbc/DBRecordWritable.java | 9 +++-
.../hive/storage/jdbc/dao/JdbcRecordIterator.java | 8 ++-
.../hive/ql/reexec/ReExecutionOverlayPlugin.java | 7 +++
.../scheduled/ScheduledQueryExecutionService.java | 6 +--
ql/src/test/queries/clientpositive/jdbc_handler.q | 20 ++++----
ql/src/test/queries/clientpositive/retry_failure.q | 3 ++
.../results/clientpositive/llap/jdbc_handler.q.out | 59 ++++++++++++----------
.../clientpositive/llap/retry_failure.q.out | 25 +++++++++
.../results/clientpositive/llap/sysdb_schq.q.out | 2 +-
9 files changed, 97 insertions(+), 42 deletions(-)