You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/10/28 17:06:25 UTC

[GitHub] [drill] vvysotskyi commented on a change in pull request #1882: DRILL-7424: Project operator fails to set the container row count

vvysotskyi commented on a change in pull request #1882: DRILL-7424: Project operator fails to set the container row count
URL: https://github.com/apache/drill/pull/1882#discussion_r339680258
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/validate/BatchValidator.java
 ##########
 @@ -54,7 +53,7 @@
  */
 
 public class BatchValidator {
-  private static final Logger logger = LoggerFactory.getLogger(BatchValidator.class);
+  private static Logger logger = LoggerFactory.getLogger(BatchValidator.class);
 
 Review comment:
   I think it would be better to leave `logger` final.

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