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

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

{panel:title=Branch: [pull/13196/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13196/head] Base: [master] : New Tests 
(33)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL 3{color} [[tests 
33|https://ci2.ignite.apache.org/viewLog.html?buildId=9102649]]
* {color:#013220}IgniteCalciteTestSuite3: 
LimitOffsetIntegrationTest.testFetchExpressionCachedQueryAndWithoutSortOrder[sqlTxMode=ALL]
 - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3: 
LimitOffsetIntegrationTest.testFetchExpressionCachedQueryAndAnotherSortOrder[sqlTxMode=ALL]
 - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3: 
LimitOffsetIntegrationTest.testFetchExpressionWithoutSortOrder[sqlTxMode=ALL] - 
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3: 
LimitOffsetIntegrationTest.testFetchExpressionNested[sqlTxMode=ALL] - 
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3: 
LimitOffsetIntegrationTest.testFetchExpressionWithRewrite[sqlTxMode=ALL] - 
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3: 
LimitOffsetIntegrationTest.testFetchScalarFunctionExpression[sqlTxMode=ALL] - 
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3: 
LimitOffsetIntegrationTest.testFetchExpressionCachedQuery[sqlTxMode=ALL] - 
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3: 
LimitOffsetIntegrationTest.testFetchExpressionAnotherSortOrder[sqlTxMode=ALL] - 
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3: 
LimitOffsetIntegrationTest.testInvalidFetchWithScalarFunctionExpression[sqlTxMode=ALL]
 - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3: 
LimitOffsetIntegrationTest.testFetchExpressionWithRewrite[sqlTxMode=RANDOM] - 
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3: 
LimitOffsetIntegrationTest.testFetchScalarFunctionExpression[sqlTxMode=RANDOM] 
- PASSED{color}
... and 22 new tests

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

> Add expression support for FETCH in the Calcite SQL engine
> ----------------------------------------------------------
>
>                 Key: IGNITE-28739
>                 URL: https://issues.apache.org/jira/browse/IGNITE-28739
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> By analogy with various DBMS systems such as 
> [oracle|https://docs.oracle.com/en/database/oracle/oracle-database/12.2/sqlrf/SELECT.html],
>  [postgresql|#SQL-LIMIT], and [H2|#select], it is proposed to add the ability 
> to use expressions to FETCH.
> Currently, it's in 
> [calcite|https://calcite.incubator.apache.org/docs/reference.html]
> {noformat}
> [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]{noformat}
> , but the proposal is to make it
> {noformat}
> [ FETCH { FIRST | NEXT } [ count | (expression) ] { ROW | ROWS } ONLY 
> ]{noformat}
> .
> I didn't encounter any objections from the community on [dev 
> list|https://lists.apache.org/thread/2nq9y7l2pc2owv56nkd40gohvholbq87] (Add 
> expression for FETCH FIRST | NEXT rows only in Calcite SQL Engine).
>  



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

Reply via email to