Delta vs. Iceberg Table Creation in External Catalogs: Understanding Static-Facade Error #2535
Unanswered
sathesuraj
asked this question in
Q&A
Replies: 0 comments
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.
-
I am evaluating table catalog and table creation using FILE storage.
I can create an external catalog and successfully write Delta format tables to it. However, when I try to create an Iceberg table in the same external catalog, I get the following error:
"Cannot create table on static-facade external catalogs."
Why does this error occur when creating Iceberg tables in external catalogs? What is the difference between Delta and Iceberg table support in external / internal catalogs.
Beta Was this translation helpful? Give feedback.
All reactions