You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/04/19 12:25:01 UTC

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #974: Fix some bugs

EmmyMiao87 commented on a change in pull request #974: Fix some bugs
URL: https://github.com/apache/incubator-doris/pull/974#discussion_r276974155
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/planner/PartitionColumnFilter.java
 ##########
 @@ -22,12 +22,13 @@
 import org.apache.doris.catalog.Column;
 import org.apache.doris.catalog.PartitionKey;
 import org.apache.doris.common.AnalysisException;
+
 import com.google.common.collect.BoundType;
 import com.google.common.collect.Lists;
 import com.google.common.collect.Range;
 
-import org.apache.logging.log4j.Logger;
 import org.apache.logging.log4j.LogManager;
+import org.apache.logging.log4j.Logger;
 
 Review comment:
   Move Logger in front of LogManager is better

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org