chinmay-bhat commented on PR #9341:
URL: https://github.com/apache/iceberg/pull/9341#issuecomment-1864702341
CI failing.
Error:
```
> Task :iceberg-spark:iceberg-spark-3.5_2.12:jar
/home/runner/work/iceberg/iceberg/spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestDataFrameWrites.java:150:
error: cannot find symbol
File tablePropertyDataLocation =
temp.newFolder("test-table-property-data-dir");
```
Fix:
`TestDataFrameWrites` extends `AvroDataTest`. Since the temp dir has been
updated to JUnit5 In `AvroDataTest`, `TestDataFrameWrites` temp is throwing
errors.
To fix, I'll update only the `temp` calls in `TestDataFrameWrites` to JUnit5.
--
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]