nastra commented on code in PR #10657:
URL: https://github.com/apache/iceberg/pull/10657#discussion_r1668409030
##########
flink/v1.17/flink/src/test/java/org/apache/iceberg/flink/source/SplitHelpers.java:
##########
@@ -113,7 +113,7 @@ public static List<IcebergSourceSplit>
createSplitsFromTransientHadoopTable(
null,
properties);
final GenericAppenderHelper dataAppender =
- new GenericAppenderHelper(table, FileFormat.PARQUET,
temporaryFolder);
+ new GenericAppenderHelper(table, FileFormat.PARQUET,
temporaryFolder.getRoot().toPath());
Review Comment:
I believe this is caused due to
https://github.com/apache/iceberg/pull/10657/files#r1668408135
--
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]