Apache Iceberg version
1.7.1
Query engine
Spark
Please describe the bug 🐞
When I try to use a MERGE INTO statement to write to an Iceberg table in a Glue Job that applies a non-deterministic expression (e.g:uuid) I always get [INVALID_NON_DETERMINISTIC_EXPRESSIONS] The operator expects a deterministic expression. Is this something that is addressed in newer Iceberg versions?
Willingness to contribute