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 2018/10/20 01:53:55 UTC

[GitHub] weijietong commented on a change in pull request #1504: DRILL-6792: Find the right probe side fragment wrapper & fix DrillBuf…

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

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/RuntimeFilterRecordBatch.java
 ##########
 @@ -160,7 +160,7 @@ private void setupHashHelper() {
     if (!runtimeFilterSink.containOne()) {
       return;
     }
-    if (runtimeFilterSink.hasFreshOne()) {
+    if (runtimeFilterSink.hasFreshOne() || current == null) {
 
 Review comment:
   This is useless now ,I will remove it . It is here due to originally try to fix the single fragment bugs

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


With regards,
Apache Git Services