Vladsz83 commented on code in PR #9987:
URL: https://github.com/apache/ignite/pull/9987#discussion_r854313387
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/rel/IgniteLimit.java:
##########
@@ -163,7 +163,7 @@ else if (!requiredCollation.satisfies(relCollation))
/**
* @return Integer value of the literal expression.
*/
- private double doubleFromRex(RexNode n, double def) {
+ static double doubleFromRex(RexNode n, double def) {
Review Comment:
Fixed
--
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]