RussellSpitzer commented on a change in pull request #1395:
URL: https://github.com/apache/iceberg/pull/1395#discussion_r478664788
##########
File path:
spark/src/test/java/org/apache/iceberg/actions/TestExpireSnapshotsAction.java
##########
@@ -1008,4 +1008,37 @@ public void testExpireAction() {
Assert.assertSame("Multiple calls to expire should return the same deleted
files",
pendingDeletes, action.expire());
}
+
+ @Test
+ public void testUseLocalIterator() {
+ table.newFastAppend()
+ .appendFile(FILE_A)
Review comment:
Got it!
----------------------------------------------------------------
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]