This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/metastore/rdbms-metastore/org.xerial-sqlite-jdbc-3.41.2.2
in repository https://gitbox.apache.org/repos/asf/drill.git
omit dfb72d56db Bump sqlite-jdbc from 3.30.1 to 3.41.2.2 in
/metastore/rdbms-metastore
add d51d403be7 DRILL-8449: fix typo in width property in FreeMarker
templates (#2818)
add 976e91cb44 DRILL-8451: options and profile pages have bad order
symbols style (#2820)
add 5c94c27cbc [MINOR UPDATE]: Fix Hadoop 3 impersonation test errors
during CI runs (#2822)
new ca26102ad0 Bump sqlite-jdbc from 3.30.1 to 3.41.2.2 in
/metastore/rdbms-metastore
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 (dfb72d56db)
\
N -- N -- N
refs/heads/dependabot/maven/metastore/rdbms-metastore/org.xerial-sqlite-jdbc-3.41.2.2
(ca26102ad0)
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.
The 1 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:
exec/java-exec/src/main/resources/rest/options.ftl | 13 ++++++++-----
exec/java-exec/src/main/resources/rest/profile/profile.ftl | 13 ++++++++++---
exec/java-exec/src/main/resources/rest/query/result.ftl | 2 +-
.../rest/static/css/drill-dataTables.sortable.css | 11 -----------
.../src/main/resources/rest/static/img/black-asc.gif | Bin 48 -> 0 bytes
.../src/main/resources/rest/static/img/black-desc.gif | Bin 49 -> 0 bytes
.../src/main/resources/rest/static/img/black-unsorted.gif | Bin 54 -> 0 bytes
.../drill/exec/impersonation/BaseTestImpersonation.java | 7 +++++++
.../drill/exec/impersonation/TestInboundImpersonation.java | 2 ++
9 files changed, 28 insertions(+), 20 deletions(-)
delete mode 100644
exec/java-exec/src/main/resources/rest/static/css/drill-dataTables.sortable.css
delete mode 100644
exec/java-exec/src/main/resources/rest/static/img/black-asc.gif
delete mode 100644
exec/java-exec/src/main/resources/rest/static/img/black-desc.gif
delete mode 100644
exec/java-exec/src/main/resources/rest/static/img/black-unsorted.gif