-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Rebase with master to resolve the conflicts - PR 27206 #27317
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
Open
sc250072
wants to merge
116
commits into
trinodb:electrum/teradata
Choose a base branch
from
Teradata:conflict_fix
base: electrum/teradata
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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>
…ccount Info" This reverts commit b364d21.
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>
Catch NotFoundException and map it to ICEBERG_INVALID_METADATA which is more percise than default handling which exposes problem as GENERIC_INTERNAL_ERROR
f9cac05 to
3e67f7a
Compare
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
Raising this PR to resolve the conflicts of
electrum/teradatabranch with master. #27206Additional context and related issues
The current branch
conflict_fixis rebased with master and raising PR as no permission to push the changes toelectrum/teradataRelease 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: