Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jun 9, 2025

What changes were proposed in this pull request?

This PR aims to remove unused test resource log4j.properties files.

Why are the changes needed?

Aapche ORC 1.7.5 switched the deprecated slf4j-log4j12 to slf4j-simple via ORC-1182. So, these test resources are unused in ORC 1.7.6+.

$ find . -name log4j.properties
./java/bench/core/src/resources/log4j.properties
./java/tools/src/test/resources/log4j.properties
./java/core/src/test/resources/log4j.properties
./java/shims/src/test/resources/log4j.properties
./java/mapreduce/src/test/resources/log4j.properties

How was this patch tested?

Pass the CIs and manual review because this doesn't affect ORC code.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the JAVA label Jun 9, 2025
dongjoon-hyun added a commit that referenced this pull request Jun 9, 2025
### What changes were proposed in this pull request?

This PR aims to remove unused test resource `log4j.properties` files.

### Why are the changes needed?

Aapche ORC 1.7.5 switched the deprecated `slf4j-log4j12` to `slf4j-simple` via ORC-1182. So, these test resources are unused in ORC 1.7.6+.

```
$ find . -name log4j.properties
./java/bench/core/src/resources/log4j.properties
./java/tools/src/test/resources/log4j.properties
./java/core/src/test/resources/log4j.properties
./java/shims/src/test/resources/log4j.properties
./java/mapreduce/src/test/resources/log4j.properties
```

### How was this patch tested?

Pass the CIs and manual review because this doesn't affect ORC code.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #2253 from dongjoon-hyun/ORC-1909.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 4431151)
Signed-off-by: Dongjoon Hyun <[email protected]>
dongjoon-hyun added a commit that referenced this pull request Jun 9, 2025
### What changes were proposed in this pull request?

This PR aims to remove unused test resource `log4j.properties` files.

### Why are the changes needed?

Aapche ORC 1.7.5 switched the deprecated `slf4j-log4j12` to `slf4j-simple` via ORC-1182. So, these test resources are unused in ORC 1.7.6+.

```
$ find . -name log4j.properties
./java/bench/core/src/resources/log4j.properties
./java/tools/src/test/resources/log4j.properties
./java/core/src/test/resources/log4j.properties
./java/shims/src/test/resources/log4j.properties
./java/mapreduce/src/test/resources/log4j.properties
```

### How was this patch tested?

Pass the CIs and manual review because this doesn't affect ORC code.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #2253 from dongjoon-hyun/ORC-1909.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 4431151)
Signed-off-by: Dongjoon Hyun <[email protected]>
@dongjoon-hyun dongjoon-hyun deleted the ORC-1909 branch June 9, 2025 01:25
dongjoon-hyun added a commit that referenced this pull request Jun 9, 2025
### What changes were proposed in this pull request?

This PR aims to remove unused test resource `log4j.properties` files.

### Why are the changes needed?

Aapche ORC 1.7.5 switched the deprecated `slf4j-log4j12` to `slf4j-simple` via ORC-1182. So, these test resources are unused in ORC 1.7.6+.

```
$ find . -name log4j.properties
./java/bench/core/src/resources/log4j.properties
./java/tools/src/test/resources/log4j.properties
./java/core/src/test/resources/log4j.properties
./java/shims/src/test/resources/log4j.properties
./java/mapreduce/src/test/resources/log4j.properties
```

### How was this patch tested?

Pass the CIs and manual review because this doesn't affect ORC code.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #2253 from dongjoon-hyun/ORC-1909.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 4431151)
Signed-off-by: Dongjoon Hyun <[email protected]>
dongjoon-hyun added a commit that referenced this pull request Jun 9, 2025
### What changes were proposed in this pull request?

This PR aims to remove unused test resource `log4j.properties` files.

### Why are the changes needed?

Aapche ORC 1.7.5 switched the deprecated `slf4j-log4j12` to `slf4j-simple` via ORC-1182. So, these test resources are unused in ORC 1.7.6+.

```
$ find . -name log4j.properties
./java/bench/core/src/resources/log4j.properties
./java/tools/src/test/resources/log4j.properties
./java/core/src/test/resources/log4j.properties
./java/shims/src/test/resources/log4j.properties
./java/mapreduce/src/test/resources/log4j.properties
```

### How was this patch tested?

Pass the CIs and manual review because this doesn't affect ORC code.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #2253 from dongjoon-hyun/ORC-1909.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 4431151)
Signed-off-by: Dongjoon Hyun <[email protected]>
@dongjoon-hyun dongjoon-hyun added this to the 1.8.10 milestone Jun 9, 2025
@dongjoon-hyun
Copy link
Member Author

Merged to all live release branches (main/2.1/2.0/1.9/1.8).

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