Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
merge into target_ice as t using source src ON t.a = src.a when not matched then insert (a, c) values (src.a, src.c);
Attachments
Issue Links
- incorporates
-
HIVE-28282 Merging into iceberg table fails with copy on write when values clause has a function call
- Resolved
- links to