-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Move nested namespace support in REST catalog behind a config #24016
Merged
ebyhr
merged 1 commit into
trinodb:master
from
mayankvadariya:mayank/nested-namespace-support
Nov 7, 2024
Merged
Move nested namespace support in REST catalog behind a config #24016
ebyhr
merged 1 commit into
trinodb:master
from
mayankvadariya:mayank/nested-namespace-support
Nov 7, 2024
+106
−12
Conversation
This file contains 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
ebyhr
reviewed
Nov 4, 2024
...o-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/rest/TestNestedNamespaceSupport.java
Outdated
Show resolved
Hide resolved
mayankvadariya
force-pushed
the
mayank/nested-namespace-support
branch
3 times, most recently
from
November 4, 2024 22:54
01dc439
to
eae7982
Compare
ebyhr
reviewed
Nov 6, 2024
mayankvadariya
force-pushed
the
mayank/nested-namespace-support
branch
2 times, most recently
from
November 6, 2024 01:23
98001f5
to
ed853db
Compare
ebyhr
force-pushed
the
mayank/nested-namespace-support
branch
from
November 6, 2024 04:17
f37a3b0
to
e5ba1e8
Compare
ebyhr
approved these changes
Nov 6, 2024
mayankvadariya
force-pushed
the
mayank/nested-namespace-support
branch
from
November 6, 2024 04:28
e5ba1e8
to
e53faa1
Compare
@ebyhr apologies I forced pushed a change to fix one failure without realizing that there were changes from you. Please let me know if you want me to apply your changes. |
@mayankvadariya I'm glad if you re-apply my changes. |
mayankvadariya
force-pushed
the
mayank/nested-namespace-support
branch
from
November 6, 2024 15:51
e53faa1
to
af11621
Compare
mayankvadariya
commented
Nov 6, 2024
plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/rest/TrinoRestCatalog.java
Show resolved
Hide resolved
ebyhr
force-pushed
the
mayank/nested-namespace-support
branch
from
November 6, 2024 22:58
71cb58e
to
640ecf2
Compare
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
Closes #23961
Release notes