openinx commented on a change in pull request #2320:
URL: https://github.com/apache/iceberg/pull/2320#discussion_r592200925
##########
File path:
spark/src/test/java/org/apache/iceberg/spark/source/TestSparkReaderDeletes.java
##########
@@ -159,4 +168,72 @@ public void testEqualityDeleteWithFilter() throws
IOException {
Assert.assertEquals("Table should contain no rows", 0, actual.size());
}
+
+ @Test
+ public void testReadDeleteRow() throws IOException {
Review comment:
Another point, I think we'd better to move those newly added unit tests
to the abstracted `DeleteReadTests` as possible as we can. Then we don't have
to introduce this test again for other engines.
----------------------------------------------------------------
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]