Does Trino check whether it is a table or a view when executing a MERGE INTO
query on an Iceberg table?
#24259
Unanswered
dongsupkim-onepredict
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
-
When executing a
MERGE INTO
query in Trino on Iceberg, does it check whether both the source and target tables are actual tables or views? While the query executes successfully when using tables for both the source and target, the Iceberg REST catalog shows aNoSuchViewException
. Is this intended behavior?Beta Was this translation helpful? Give feedback.
All reactions