jackxu2011 opened a new issue, #1964:
URL: https://github.com/apache/incubator-linkis/issues/1964

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-linkis/issues) and found no 
similar feature requirement.
   
   
   ### Problem Description
   
   @see 
[spotless-maven-plugin](https://github.com/diffplug/spotless/issues/731)   the 
not worked as the plugin config
   `<importOrder>
                                   
<order>org.apache.linkis,org.apache,org.springframework,javax,java,scala,\#</order>
                               </importOrder>`
   
   ### Description
   
   in linkis-metadata module's HiveUtils 
https://github.com/apache/incubator-linkis/blob/master/linkis-public-enhancements/linkis-datasource/linkis-metadata/src/main/java/org/apache/linkis/metadata/util/HiveUtils.java
 the import order is
   ```java
   import org.apache.commons.lang.StringUtils;
   import org.apache.hadoop.conf.Configuration;
   import org.apache.hadoop.fs.Path;
   
   import org.slf4j.Logger;
   import org.slf4j.LoggerFactory;
   
   import java.io.File;
   
   import sun.misc.BASE64Decoder;
   ```
   
   ### Use case
   
   _No response_
   
   ### solutions
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: dev-unsubscr...@linkis.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org
For additional commands, e-mail: dev-h...@linkis.apache.org

Reply via email to