openinx commented on a change in pull request #1774:
URL: https://github.com/apache/iceberg/pull/1774#discussion_r530220484
##########
File path:
spark/src/test/java/org/apache/iceberg/spark/source/TestSparkDataWrite.java
##########
@@ -374,6 +375,58 @@ public void
testPartitionedCreateWithTargetFileSizeViaOption() throws IOExceptio
}
}
+ @Test
+ public void testPartitionedFanoutCreateWithTargetFileSizeViaOption() throws
IOException {
Review comment:
In general, I think we could abstract a common method between this
method and `testPartitionedCreateWithTargetFileSizeViaOption`, they are almost
the same.
----------------------------------------------------------------
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]