mystic-lama opened a new pull request, #1581:
URL: https://github.com/apache/orc/pull/1581

   ### What changes were proposed in this pull request?
   The PR aims to remove unused imports from following Test classes
   
   - java/tools/src/test/org/apache/orc/tools/TestJsonFileDump.java
   - 
java/mapreduce/src/test/org/apache/orc/mapreduce/TestMapreduceOrcOutputFormat.java
   - java/core/src/test/org/apache/orc/TestMinSeekSize.java
   - java/mapreduce/src/test/org/apache/orc/mapreduce/TestMrUnit.java
   - java/core/src/test/org/apache/orc/TestOrcFilterContext.java
   - java/mapreduce/src/test/org/apache/orc/mapred/TestOrcOutputFormat.java
   - java/core/src/test/org/apache/orc/impl/filter/TestPluginFilters.java
   - java/core/src/test/org/apache/orc/impl/filter/TestPluginFilterService.java
   - java/core/src/test/org/apache/orc/impl/TestWriterImpl.java
   
   **NOTE** - TestWriterImpl had * import, which was updated to use specific 
import
   
   
   ### Why are the changes needed?
   Removing unused imports reduces clutter in code and make is easier to read, 
possibly avoiding unintended dependencies
   
   ### How was this patch tested?
   Build and Test cases pass successfully
   


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