belugabehr commented on a change in pull request #1946: URL: https://github.com/apache/hive/pull/1946#discussion_r576859876
########## File path: service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java ########## @@ -119,6 +122,8 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; +import com.google.common.collect.EvictingQueue; Review comment: @pvary These import changes/spaces/orders are checkstyle rules: https://checkstyle.sourceforge.io/config_imports.html#ImportOrder ```none adds a separation between type import groups : ensures that a blank line sit between each group ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org