aokolnychyi commented on code in PR #9556: URL: https://github.com/apache/iceberg/pull/9556#discussion_r1468233102
########## spark/v3.4/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestMerge.java: ########## @@ -523,6 +523,78 @@ public void testMergeWithOnlyUpdateClauseAndNullValues() { sql("SELECT * FROM %s ORDER BY id", selectTarget())); } + @Test + public void testMergeWithOnlyUpdateNullUnmatchedValues() { Review Comment: What about adding these tests to all Spark version to be safe? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org