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 cd196569f5 Bump sqlite-jdbc from 3.30.1 to 3.41.2.2 in /metastore/rdbms-metastore add 8fcf0ebff6 Update bug_report.md add f558815feb DRILL-8442: Fix DeltaRowGroupScan deserialization add db5f95c162 Bump h2 from 2.1.210 to 2.2.220 in /contrib/storage-jdbc (#2815) add 4e3992b219 DRILL-8393: Allow parameters to be passed to headers through SQL in WHERE clause (#2747) new dfb72d56db 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 (cd196569f5) \ N -- N -- N refs/heads/dependabot/maven/metastore/rdbms-metastore/org.xerial-sqlite-jdbc-3.41.2.2 (dfb72d56db) 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: .github/ISSUE_TEMPLATE/bug_report.md | 3 +- .../drill/exec/store/delta/DeltaRowGroupScan.java | 7 +- .../drill/exec/store/delta/DeltaQueriesTest.java | 4 +- contrib/storage-http/README.md | 61 +- .../drill/exec/store/http/HttpApiConfig.java | 3 +- .../drill/exec/store/http/HttpBatchReader.java | 37 +- .../exec/store/http/HttpStoragePluginConfig.java | 13 +- .../drill/exec/store/http/util/SimpleHttp.java | 45 +- .../drill/exec/store/http/TestHttpPlugin.java | 1606 +++++++++++++++++++- .../exec/store/http/TestHttpUDFFunctions.java | 2 +- .../exec/store/http/TestHttpUDFWithAliases.java | 2 +- .../drill/exec/store/http/TestOAuthProcess.java | 2 +- .../exec/store/http/TestOAuthTokenUpdate.java | 2 +- .../drill/exec/store/http/TestPagination.java | 4 +- .../drill/exec/store/http/TestProvidedSchema.java | 2 +- .../http/TestUserTranslationInHttpPlugin.java | 4 +- contrib/storage-jdbc/pom.xml | 2 +- 17 files changed, 1696 insertions(+), 103 deletions(-)