This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/commons-io-commons-io-2.14.0
in repository https://gitbox.apache.org/repos/asf/hive.git
discard 549906eb791 Bump commons-io:commons-io from 2.12.0 to 2.14.0
add 771b0038d84 HIVE-28560: AssertionError in SqlImplementor when query
over JDBC table contains LIMIT (Soumyakanti Das reviewed by Stamatis Zampetakis)
add 9579027680b HIVE-28245: Upgrade Spring to 5.3.39 due to CVE.
(#5435)(Simran Arora, reviewed by Raghav Aggarwal, Indhumathi Muthumurugesh,
Butao Zhang)
add 7e33d791e3a HIVE-28164: Remove log4j:log4j transitive dependency
(Raghav Aggarwal reviewed by Stamatis Zampetakis)
add b552630ca0b HIVE-28555: Add custom plugins support to ReExecution (Ryu
Kobayashi, reviewed by Denys Kuzmenko)
add b4dd5cfba41 HIVE-28416: Another process is rebuilding the materialized
view is thrown for subsequent MV rebuilds when the current MV rebuild is
aborted for the same MV. (Dayakar M, reviewed by Krisztian Kasa, Zsolt
Miskolczi, Zoltan Ratkai, Dmitriy Fingerman)
add 49a6ff8b3ce HIVE-28573: Unable to execute HPLSQl queries when hive
authorization is enabled. (Dayakar M, reviewed by Krisztian Kasa, Dmitriy
Fingerman)
add 6633b29c7e3 Bump commons-io:commons-io from 2.12.0 to 2.14.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (549906eb791)
\
N -- N -- N
refs/heads/dependabot/maven/commons-io-commons-io-2.14.0 (6633b29c7e3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/hadoop/hive/conf/HiveConf.java | 8 +-
.../apache/hive/beeline/TestHplSqlViaBeeLine.java | 1 +
pom.xml | 12 +-
ql/pom.xml | 4 +
.../org/apache/hadoop/hive/ql/DriverFactory.java | 26 +++-
.../calcite/rules/jdbc/HiveJdbcImplementor.java | 35 -----
.../apache/hadoop/hive/ql/reexec/ReExecDriver.java | 5 +
.../hive/ql/reexec/ReExecutionStrategyType.java | 2 -
.../apache/hadoop/hive/ql/TestDriverFactory.java | 141 +++++++++++++++++++++
.../hadoop/hive/ql/lockmgr/TestDbTxnManager2.java | 38 ++++++
..._dml_postgres.q => jdbc_table_limit_postgres.q} | 8 +-
.../clientpositive/llap/external_jdbc_table4.q.out | 2 +-
.../llap/jdbc_table_limit_postgres.q.out | 79 ++++++++++++
.../txn/jdbc/functions/AbortTxnsFunction.java | 7 +
.../metastore-tools/metastore-benchmarks/pom.xml | 5 -
standalone-metastore/pom.xml | 2 +-
16 files changed, 316 insertions(+), 59 deletions(-)
create mode 100644 ql/src/test/org/apache/hadoop/hive/ql/TestDriverFactory.java
copy ql/src/test/queries/clientpositive/{jdbc_table_dml_postgres.q =>
jdbc_table_limit_postgres.q} (68%)
create mode 100644
ql/src/test/results/clientpositive/llap/jdbc_table_limit_postgres.q.out