Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mayankvadariya
Copy link
Contributor

@mayankvadariya mayankvadariya commented Nov 4, 2024

Description

Closes #23961

Release notes

## Iceberg
* Allow configuring whether reading nested namespaces. This is controlled by the new `iceberg.rest-catalog.nested-namespace-enabled` 
  catalog configuration property and defaults to `false`. ({issue}`24016`)

@cla-bot cla-bot bot added the cla-signed label Nov 4, 2024
@github-actions github-actions bot added docs iceberg Iceberg connector labels Nov 4, 2024
@mayankvadariya mayankvadariya marked this pull request as ready for review November 4, 2024 04:02
@mayankvadariya mayankvadariya force-pushed the mayank/nested-namespace-support branch 3 times, most recently from 01dc439 to eae7982 Compare November 4, 2024 22:54
@mayankvadariya mayankvadariya force-pushed the mayank/nested-namespace-support branch 2 times, most recently from 98001f5 to ed853db Compare November 6, 2024 01:23
@mayankvadariya
Copy link
Contributor Author

@ebyhr ebyhr force-pushed the mayank/nested-namespace-support branch from f37a3b0 to e5ba1e8 Compare November 6, 2024 04:17
@mayankvadariya
Copy link
Contributor Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Running SHOW SCHEMAS IN catalog makes N+1 requests to an iceberg REST catalog
2 participants