Skip to content

Conversation

@sc250072
Copy link

Description

Raising this PR to resolve the conflicts of electrum/teradata branch with master. #27206

Additional context and related issues

The current branch conflict_fix is rebased with master and raising PR as no permission to push the changes to electrum/teradata

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>
findinpath and others added 3 commits November 14, 2025 17:46
Bumps [com.databricks:databricks-jdbc](https://github.com/databricks/databricks-jdbc) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/databricks/databricks-jdbc/releases)
- [Changelog](https://github.com/databricks/databricks-jdbc/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-jdbc@v3.0.3...v3.0.4)

---
updated-dependencies:
- dependency-name: com.databricks:databricks-jdbc
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@cla-bot cla-bot bot added the cla-signed label Nov 14, 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 14, 2025
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.