ccaominh commented on a change in pull request #9490: Fix NPE when using 
IndexedTable and all left rows are filtered out
URL: https://github.com/apache/druid/pull/9490#discussion_r390601557
 
 

 ##########
 File path: 
processing/src/main/java/org/apache/druid/segment/join/table/IndexedTableJoinMatcher.java
 ##########
 @@ -81,6 +81,7 @@
   )
   {
     this.table = table;
+    this.currentRow = -1;
 
 Review comment:
   Perhaps create a named constant for this that's also used by the `reset()` 
method in this class

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to