ChinmaySKulkarni commented on a change in pull request #708: PHOENIX-5698
Phoenix Query with RVC IN list expression generates wron…
URL: https://github.com/apache/phoenix/pull/708#discussion_r385358359
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java
##########
@@ -546,6 +545,8 @@ public Expression visitLeave(AndExpression node,
List<Expression> l) {
* operators, CASE statements, and string concatenation.
*/
public static class KeyExpressionVisitor extends
StatelessTraverseNoExpressionVisitor<KeyExpressionVisitor.KeySlots> {
+ private boolean orderMatter;
Review comment:
@yanxinyi Does `orderMatter` true mean that the RVC is row-key ordered?
----------------------------------------------------------------
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