lowka commented on code in PR #5479: URL: https://github.com/apache/ignite-3/pull/5479#discussion_r2014253661
########## modules/sql-engine/src/integrationTest/sql/group1/order/test_limit.test: ########## @@ -17,6 +17,18 @@ SELECT a FROM test ORDER BY a LIMIT 1 ---- 11 +# decimal limit +query I +SELECT a FROM test ORDER BY a LIMIT 1.2 +---- +11 + +# decimal limit +query I +SELECT a FROM test ORDER BY a LIMIT 1.6 +---- Review Comment: Perhaps we can check `FETCH .... ROWS` syntax as well? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org