[ 
https://issues.apache.org/jira/browse/DRILL-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16894798#comment-16894798
 ] 

ASF GitHub Bot commented on DRILL-7333:
---------------------------------------

paul-rogers commented on pull request #1830: DRILL-7333: Set container record 
count where missing
URL: https://github.com/apache/drill/pull/1830#discussion_r308017147
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/RuntimeFilterRecordBatch.java
 ##########
 @@ -53,27 +53,27 @@
  * the Query's performance ,but just do a memory transfer by the later 
RemovingRecordBatch op.
  */
 public class RuntimeFilterRecordBatch extends 
AbstractSingleRecordBatch<RuntimeFilterPOP> {
-  private SelectionVector2 sv2;
+  private static final org.slf4j.Logger logger = 
org.slf4j.LoggerFactory.getLogger(RuntimeFilterRecordBatch.class);
 
 Review comment:
   I wonder, rather than fixing these each time I mark a logger as private, 
should someone run a script to fix up all the files?
 
----------------------------------------------------------------
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:
[email protected]


> Batch of container count fixes
> ------------------------------
>
>                 Key: DRILL-7333
>                 URL: https://issues.apache.org/jira/browse/DRILL-7333
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.16.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Major
>             Fix For: 1.17.0
>
>
> See DRILL-7325. The set of operators to be fixed is large. This ticket covers 
> a subset of operators.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to