You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/08/27 20:04:40 UTC

[GitHub] [iceberg] RussellSpitzer commented on a change in pull request #1395: Changes default collect behavior of ExpireSnapshotActions

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org