NeQuissimus commented on a change in pull request #3293:
URL: https://github.com/apache/iceberg/pull/3293#discussion_r742173494
##########
File path:
flink/src/test/java/org/apache/iceberg/flink/sink/TestDeltaTaskWriter.java
##########
@@ -219,9 +219,15 @@ private void testAbort(boolean partitioned) throws
IOException {
writer.write(createUpdateBefore(1, "aaa"));
writer.write(createUpdateAfter(1, "bbb"));
+ if (partitioned) {
+ writer.complete();
+ }
Review comment:
I am not sure how the Flink partitioning logic works. Without this, it
does not create enough files and fails the test
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]