jon-wei 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_r391330991
##########
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:
Added a constant
----------------------------------------------------------------
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]