Skip to content

Conversation

@sc250072
Copy link

Description

This PR resolves the conflicts on #27206.

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`issuenumber`)

ksobolew and others added 30 commits November 5, 2025 00:03
Bumps [com.azure:azure-sdk-bom](https://github.com/azure/azure-sdk-for-java) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@v1.3.0...azure-sdk-bom_1.3.2)

---
updated-dependencies:
- dependency-name: com.azure:azure-sdk-bom
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.51.1 to 3.52.0.
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](typetools/checker-framework@checker-framework-3.51.1...checker-framework-3.52.0)

---
updated-dependencies:
- dependency-name: org.checkerframework:checker-qual
  dependency-version: 3.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Add support for specifying exchange manager config file location in config.
Internal resources are not expected to be called while server is still
initializing. It can result to spurious errors like not being able to
parse JSON requests as some Jackson serializers are only installd during
plugins initialization.

Situation is cleaner with explicit check.
When a schema is renamed, we need to update all the internal collections
to remove tables in that schema and insert replacements with the new
schema name. But the way it was implemented we did the replacement by
removing the current entry and inserting a new entry *while iterating*
each of the collections. And because these collections are not
concurrent, this is very error-prone.
Bumps software.amazon.awssdk:bom from 2.37.3 to 2.37.5.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.37.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
The contract for this method is

> Returns an estimate of the number of bytes that can be read (or
> skipped over) from this input stream without blocking

only the in-memory buffered bytes are available in that sense.
Bumps [org.jdbi:jdbi3-bom](https://github.com/jdbi/jdbi) from 3.49.6 to 3.50.0.
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.6...v3.50.0)

---
updated-dependencies:
- dependency-name: org.jdbi:jdbi3-bom
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.19.0 to 1.20.0.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.19.0...rel/commons-codec-1.20.0)

---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps org.apache.hadoop.thirdparty:hadoop-shaded-guava from 1.4.0 to 1.5.0.

---
updated-dependencies:
- dependency-name: org.apache.hadoop.thirdparty:hadoop-shaded-guava
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Allows passing arbitrary HTTP headers to Trino clients (JDBC/CLI/library)
through --extra-header (CLI) and extraHeaders connection property (library/JDBC).

Passed headers cannot override any of the defined Trino protocol headers.
There are cases where the row can not be completely build in a single
callback. For example, when remapping json paths to multiple columns,
the fields do not arrive in a single neat bundle.
Bumps `dep.flyway.version` from 11.15.0 to 11.16.0.

Updates `org.flywaydb:flyway-core` from 11.15.0 to 11.16.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.15.0...flyway-11.16.0)

Updates `org.flywaydb:flyway-database-oracle` from 11.15.0 to 11.16.0

Updates `org.flywaydb:flyway-database-postgresql` from 11.15.0 to 11.16.0

Updates `org.flywaydb:flyway-mysql` from 11.15.0 to 11.16.0

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-database-oracle
  dependency-version: 11.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-version: 11.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot bot and others added 19 commits November 12, 2025 22:08
Bumps [io.airlift:airbase](https://github.com/airlift/airbase) from 327 to 328.
- [Release notes](https://github.com/airlift/airbase/releases)
- [Changelog](https://github.com/airlift/airbase/blob/master/CHANGES.md)
- [Commits](https://github.com/airlift/airbase/commits)

---
updated-dependencies:
- dependency-name: io.airlift:airbase
  dependency-version: '328'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [io.airlift:bom](https://github.com/airlift/airlift) from 376 to 377.
- [Release notes](https://github.com/airlift/airlift/releases)
- [Changelog](https://github.com/airlift/airlift/blob/master/NEWS)
- [Commits](https://github.com/airlift/airlift/commits)

---
updated-dependencies:
- dependency-name: io.airlift:bom
  dependency-version: '377'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.github.docker-java:docker-java-api](https://github.com/docker-java/docker-java) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.6.0...3.7.0)

---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java-api
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps software.amazon.awssdk:bom from 2.38.4 to 2.38.5.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.38.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.10.0 to 1.11.0.
- [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-cli@rel/commons-cli-1.10.0...rel/commons-cli-1.11.0)

---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@cla-bot cla-bot bot added the cla-signed label Nov 13, 2025
@github-actions github-actions bot added docs iceberg Iceberg connector delta-lake Delta Lake connector hive Hive connector memory Memory connector pinot Pinot connector redshift Redshift connector sqlserver SQLServer connector labels Nov 13, 2025
@sc250072 sc250072 closed this Nov 13, 2025
@sc250072 sc250072 deleted the fix_conflict branch November 13, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed delta-lake Delta Lake connector docs hive Hive connector iceberg Iceberg connector memory Memory connector pinot Pinot connector redshift Redshift connector sqlserver SQLServer connector

Development

Successfully merging this pull request may close these issues.