attilakreiner commented on code in PR #10657:
URL: https://github.com/apache/iceberg/pull/10657#discussion_r1670432738


##########
flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/source/TestIcebergSourceContinuous.java:
##########
@@ -392,7 +392,8 @@ public void testSpecificSnapshotTimestamp() throws 
Exception {
   public void testReadingFromBranch() throws Exception {
     String branch = "b1";
     GenericAppenderHelper dataAppender =
-        new GenericAppenderHelper(tableResource.table(), FileFormat.PARQUET, 
TEMPORARY_FOLDER);
+        new GenericAppenderHelper(
+            tableResource.table(), FileFormat.PARQUET, 
TEMPORARY_FOLDER.getRoot().toPath());

Review Comment:
   Nope, reverted. This was a leftover. I double checked, now this is removed 
from everywhere.



-- 
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]

Reply via email to