deshanxiao opened a new pull request, #1309:
URL: https://github.com/apache/orc/pull/1309

   ### What changes were proposed in this pull request?
   This PR is aimed to avoid importing all classes from a package or static 
members from a class leads.
   
   ### Why are the changes needed?
   For codestyle:
   
   After the PR, stat import will be forbidden as following:
   - class imports like import java.util.*;
   - static member imports like import static org.junit.Assert.*;.
   
   https://checkstyle.sourceforge.io/config_imports.html#AvoidStarImport
   
   
   ### How was this patch tested?
   UT
   
   


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