dongjoon-hyun opened a new pull request, #2516:
URL: https://github.com/apache/orc/pull/2516
### What changes were proposed in this pull request?
This PR aims to fix `TestConverter` to respect `test.tmp.dir`.
### Why are the changes needed?
To avoid generating temporary files in a wrong place. It makes `git`
confused like the following.
```
$ cd java
$ mvn package
$ git status
On branch main
Your branch is up to date with 'apache/main'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
tools/.test.csv.crc
tools/test.csv
nothing added to commit but untracked files present (use "git add" to track)
```
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Gemini 3 Pro (High)` on `Antigravity`
--
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]