tkalkirill commented on code in PR #13467:
URL: https://github.com/apache/ignite/pull/13467#discussion_r3804349275


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/LogicalRelImplementor.java:
##########
@@ -1084,7 +1085,10 @@ private long validateAndGetFetchOffsetParams(RexNode 
node, String op) {
             if (paramAsDecimal.signum() < 0)
                 throw new IllegalArgumentException("Negative value for " + op);
 
-            return IgniteMath.convertToLongExact(paramAsDecimal, 
RoundingMode.DOWN);
+            IgniteSqlPaginationPolicy pagPlc = 
ctx.unwrap(IgniteSqlPaginationPolicy.class);

Review Comment:
   I fixed all of this.



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

Reply via email to