NeQuissimus commented on a change in pull request #3293:
URL: https://github.com/apache/iceberg/pull/3293#discussion_r735538819
##########
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:
The partitioning logic seems to only create half the files it is meant
to without this
--
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]