Skip to content

ORC-2078: Fix TestConverter to respect test.tmp.dir#2516

Closed
dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
dongjoon-hyun:ORC-2078
Closed

ORC-2078: Fix TestConverter to respect test.tmp.dir#2516
dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
dongjoon-hyun:ORC-2078

Conversation

@dongjoon-hyun
Copy link
Member

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

@dongjoon-hyun dongjoon-hyun added this to the 2.2.3 milestone Feb 6, 2026
@github-actions github-actions bot added the JAVA label Feb 6, 2026
@dongjoon-hyun
Copy link
Member Author

Merged to main/2.2.

dongjoon-hyun added a commit that referenced this pull request Feb 6, 2026
### 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`

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>
@dongjoon-hyun dongjoon-hyun deleted the ORC-2078 branch February 6, 2026 19:14
dongjoon-hyun added a commit that referenced this pull request Feb 6, 2026
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>
dongjoon-hyun added a commit that referenced this pull request Feb 6, 2026
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>
@dongjoon-hyun dongjoon-hyun changed the title ORC-1053: Fix TestConverter to respect test.tmp.dir 2078: Fix TestConverter to respect test.tmp.dir Feb 6, 2026
@dongjoon-hyun dongjoon-hyun changed the title 2078: Fix TestConverter to respect test.tmp.dir ORC-2078: Fix TestConverter to respect test.tmp.dir Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant