rdblue commented on a change in pull request #1937:
URL: https://github.com/apache/iceberg/pull/1937#discussion_r543811652



##########
File path: 
spark3-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java
##########
@@ -327,7 +327,7 @@ public void testDeleteWithInAndNotInConditions() {
 
     sql("DELETE FROM %s WHERE id NOT IN (1, 10)", tableName);
     assertEquals("Should have expected rows",
-        ImmutableList.of(),
+        ImmutableList.of(row(null, "hr")),

Review comment:
       @anjalinorwood, does this look right to you?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to