ChinmaySKulkarni 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_r363576273
##########
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:
Why are we just swallowing the exception here? Should we log something?
----------------------------------------------------------------
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