tom-s-powell opened a new pull request, #18010:
URL: https://github.com/apache/iceberg/pull/18010

   ## Summary
   
   Fix Spark’s `TestTables` helper so metadata files are created under the 
JUnit temporary table directory.
   
   The helper previously passed a `file:` URI directly to `File`, which treated 
it as a relative path and created test artifacts inside the Git worktree. The 
location is now parsed as a URI before constructing the metadata path.
   
   This change applies to Spark 3.5, 4.0, 4.1, and 4.2 and adds a regression 
test for the resolved location.
   
   ## Testing
   
   - Ran `TestBaseReader` on all four Spark versions: 6/6 tests passed per 
version.
   - Ran `spotlessCheck` on all four affected modules.
   - Confirmed the tests create no untracked files or misplaced `file:` 
directories.


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