-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Fix conflicts to run Teradata integration tests PR 27206 #27307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Also, remove redundant backtick.
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>
…e empty union branches.
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.
This reverts commit 4b12206.
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>
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>
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: