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_r391349609
 
 

 ##########
 File path: 
processing/src/main/java/org/apache/druid/segment/join/table/IndexedTableJoinMatcher.java
 ##########
 @@ -59,6 +59,8 @@
 
 public class IndexedTableJoinMatcher implements JoinMatcher
 {
+  private final static int UNINITIALIZED_CURRENT_ROW = -1;
 
 Review comment:
   Checkstyle is flagging this:
   ```
   ERROR] 
/home/travis/build/apache/druid/processing/src/main/java/org/apache/druid/segment/join/table/IndexedTableJoinMatcher.java:62:17:
 'static' modifier out of order with the JLS suggestions. [ModifierOrder]
   ```

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