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

 ##########
 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:
   nit: maybe rename, something like orderDependent

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

Reply via email to