mihaibudiu commented on code in PR #4889:
URL: https://github.com/apache/calcite/pull/4889#discussion_r3089600679


##########
core/src/main/java/org/apache/calcite/adapter/enumerable/MatchUtils.java:
##########
@@ -44,6 +44,24 @@ public static <E> int lastWithSymbol(String symbol, List<E> 
rows, List<String> s
     return -1;
   }
 
+  /**
+   * Returns the row with the highest index whose corresponding symbol matches,

Review Comment:
   There is no parameter called 'row'. Last symbol?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to