krishan711 commented on issue #10294: URL: https://github.com/apache/iceberg/issues/10294#issuecomment-2208654859
I have the same issue also. i was hoping delete and then insert would work in separate statements (just to test it) but even this fails with too many columns: ``` MERGE INTO <table> target USING <temp_table> source ON target.source_id = source.source_id WHEN MATCHED THEN DELETE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
