Replies: 1 comment 1 reply
-
|
@lefebsy interesting. What was the reason to use multiple buckets per a single warehouse? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Some other Iceberg catalog implementations are allowing to define more than one bucket by catalog.
First reaction : it is not a key feature
Then I tried to register in my new Lakekeeper catalog some tables previously associated with an other catalog I want to leave. I figure that I will need to move data to Lakekeeper defined bucket, instead of simply add the old storage in the list of my lakekeeper catalog.
Because when I run the register procedure https://iceberg.apache.org/docs/latest/spark-procedures/#register_table I encounter the mismatch bucket conflict...
So multi-bucket support could avoid to move data in this scenario. There is probably other interesting use cases :-)
Beta Was this translation helpful? Give feedback.
All reactions