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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to