dongjoon-hyun opened a new pull request, #2253:
URL: https://github.com/apache/orc/pull/2253

   ### 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?
   
   Manual review because this doesn't affect ORC code.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


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

Reply via email to