Clarify or fixe create or replace
statement for iceberg connector
#25007
Unanswered
nikita-sheremet-java-developer
asked this question in
Q&A
Replies: 2 comments
-
@mdesmet Thanks in advvance! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hm, also there is a question about |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Consider exmaple:
Expected reesult: Table created
Actual result: Error
In theory this should work - just new table replaces previous one. New commit/snpathos new metadata etc. But here we get another question how to make time travel queries for the table? With same schena I just query old version and this work. But when schema changed it is unclear how to manage it. I do not know much details but Trino uses hive metastore that has only one table version.
So this should be fixed or restrictions about
create or replace
should be clarified.Beta Was this translation helpful? Give feedback.
All reactions