[ 
https://issues.apache.org/jira/browse/IGNITE-28971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18106167#comment-18106167
 ] 

Ignite TC Bot commented on IGNITE-28971:
----------------------------------------

{panel:title=Branch: [pull/13467/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13467/head] Base: [master] : New Tests 
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL 3{color} [[tests 
1|https://ci2.ignite.apache.org/viewLog.html?buildId=9293237]]
* {color:#013220}IgniteCalciteTestSuite3: 
OperatorsExtensionIntegrationTest.testPaginationRoundingPolicy - PASSED{color}

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9293270&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9293270 
rerunBuildIds=9295991,9295993,9295995,9295997{color}

> Calcite: Introduce value resolver for FETCH, OFFSET, and LIMIT
> --------------------------------------------------------------
>
>                 Key: IGNITE-28971
>                 URL: https://issues.apache.org/jira/browse/IGNITE-28971
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-2
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> FETCH, OFFSET, and LIMIT values may require different handling. For example:
> {code:java}
> SELECT * FROM person FETCH FIRST 1.5 ROWS ONLY; 
> -- Oracle: the fractional part is truncated, so 1 row is returned. 
> -- PostgreSQL: the value is rounded to the nearest integer, so 2 rows are 
> returned. {code}
> Introduce a common mechanism for applying these rules consistently during 
> query validation and execution.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to