dbwong commented on a change in pull request #671: PHOENIX-4845 Support using 
Row Value Constructors in OFFSET clause fo…
URL: https://github.com/apache/phoenix/pull/671#discussion_r366090159
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/optimize/QueryOptimizer.java
 ##########
 @@ -395,6 +411,10 @@ private QueryPlan addPlan(PhoenixStatement statement, 
SelectStatement select, PT
                     }
                 }
             }
+            catch (RowValueConstructorOffsetNotCoercibleException e) {
 
 Review comment:
   This is an expected path.  An offset may not be valid for all indexes, see 
the code path just above for the ColumnNotFoundException which does similar.

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