rdblue commented on a change in pull request #718: Update projection in
addedFiles to support appending
URL: https://github.com/apache/incubator-iceberg/pull/718#discussion_r361720401
##########
File path: core/src/test/java/org/apache/iceberg/TestFastAppend.java
##########
@@ -277,4 +278,27 @@ public void testRecoveryWithoutManifestList() {
Assert.assertTrue("Should commit the same new manifest",
metadata.currentSnapshot().manifests().contains(newManifest));
}
+
+ @Test
+ public void testAppendFilesFromTable() {
Review comment:
I think this should be in a test for `Snapshot`, not `FastAppend`. Can you
start a new `TestSnapshot` suite?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]