pvary commented on code in PR #14208:
URL: https://github.com/apache/iceberg/pull/14208#discussion_r2436581200
##########
kafka-connect/kafka-connect/src/test/java/org/apache/iceberg/connect/data/TestPartitionedAppendWriter.java:
##########
@@ -63,4 +70,34 @@ public void testPartitionedAppendWriter(String format) {
assertThat(result.dataFiles()).allMatch(file -> file.format() ==
FileFormat.fromString(format));
assertThat(result.deleteFiles()).hasSize(0);
}
+
+ @ParameterizedTest
+ @ValueSource(strings = {"parquet", "orc"})
+ public void testWriteUuidWithFountWriter(String format) {
Review Comment:
This one is running without the change.
Any ideas why?
--
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]