sohami commented on a change in pull request #1504: DRILL-6792: Find the right 
probe side fragment wrapper & fix DrillBuf…
URL: https://github.com/apache/drill/pull/1504#discussion_r236378230
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/RuntimeFilterRecordBatch.java
 ##########
 @@ -76,6 +77,16 @@ public RuntimeFilterRecordBatch(RuntimeFilterPOP pop, 
RecordBatch incoming, Frag
     enableRFWaiting = 
context.getOptions().getOption(ExecConstants.HASHJOIN_RUNTIME_FILTER_WAITING_ENABLE_KEY).bool_val;
     maxWaitingTime = 
context.getOptions().getOption(ExecConstants.HASHJOIN_RUNTIME_FILTER_MAX_WAITING_TIME_KEY).num_val;
     this.rfIdentifier = pop.getIdentifier();
+    /**
+    int majId = context.getHandle().getMajorFragmentId();
+    int operatorId = pop.getOperatorId();
+    if (majId == 5 && operatorId == 4) {
+      passed = true;
+    }
+    if (majId == 3 && operatorId == 13) {
+      passed = true;
+    }
+     */
 
 Review comment:
   please remove the commented block and `passed` variable.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to