Commit ac8f925
committed
This PR aims to fix `TestConverter` to respect `test.tmp.dir`.
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)
```
Pass the CIs.
Generated-by: `Gemini 3 Pro (High)` on `Antigravity`
Closes #2516 from dongjoon-hyun/ORC-2078.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 0dd2a6d)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 97a6db2 commit ac8f925
File tree
1 file changed
+1
-1
lines changed- java/tools/src/test/org/apache/orc/tools/convert
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments