Pass full session to avoid Unknown connector errors#24803
Merged
jaystarshot merged 1 commit intoprestodb:masterfrom Apr 4, 2025
Merged
Pass full session to avoid Unknown connector errors#24803jaystarshot merged 1 commit intoprestodb:masterfrom
jaystarshot merged 1 commit intoprestodb:masterfrom
Conversation
Contributor
|
Thanks for the release note entry! Suggestion to follow the Order of changes in the Release Notes Guidelines, and a category change suggestion: |
edf42f7 to
621b072
Compare
Member
|
Is it possible to add a test case? |
Contributor
Author
|
In #22936 we talked about this, but couldn't find a way to test this scenario. Do you have any suggestions? |
Member
|
Could we test the following statements in Nessie related test classes like |
621b072 to
aa73ef7
Compare
Contributor
Author
|
Added, thanks for the suggestion @hantangwangd |
Contributor
|
Thanks for the release note! Nit of formatting suggestion. |
hantangwangd
approved these changes
Apr 4, 2025
Member
hantangwangd
left a comment
There was a problem hiding this comment.
Thanks for the fix, lgtm!
ZacBlanco
approved these changes
Apr 4, 2025
jaystarshot
approved these changes
Apr 4, 2025
13 tasks
21 tasks
This was referenced May 30, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The session passed to the system connector did not retain any connector properties, so an
Unknown connectorexception is thrown when trying to browse an Iceberg catalog connected to Nessie with a JDBC client.Motivation and Context
Same issue as addressed here #22936, but when connecting to the Nessie catalog.
Iceberg catalog properties:
SchemaJdbcTable.cursorrelated trace:TableJdbcTable.cursorrelated trace:Impact
Cannot connect Presto to a Nessie catalog.
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.