[
https://issues.apache.org/jira/browse/IGNITE-28868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18094591#comment-18094591
]
Ignite TC Bot commented on IGNITE-28868:
----------------------------------------
{panel:title=Branch: [pull/13334/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13334/head] Base: [master] : New Tests
(18)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL 3{color} [[tests
6|https://ci2.ignite.apache.org/viewLog.html?buildId=9190011]]
* {color:#013220}IgniteCalciteTestSuite3:
SelectForUpdateIntegrationTest.forUpdateOfAndWaitNotYetSupported - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
SelectForUpdateIntegrationTest.forUpdateNowaitNotYetSupported - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
SelectForUpdateIntegrationTest.forUpdateOfColumnNotYetSupported - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
SelectForUpdateIntegrationTest.forUpdateNotYetSupported - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
SelectForUpdateIntegrationTest.forUpdateWithWhereNotYetSupported - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
SelectForUpdateIntegrationTest.forUpdateWaitNotYetSupported - PASSED{color}
{color:#00008b}Calcite SQL 1{color} [[tests
12|https://ci2.ignite.apache.org/viewLog.html?buildId=9189929]]
* {color:#013220}IgniteCalciteTestSuite:
SqlSelectForUpdateParserTest.regularSelectIsNotWrapped - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SqlSelectForUpdateParserTest.forUpdateOfQualifiedColumn - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SqlSelectForUpdateParserTest.forUpdateNoOptions - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SqlSelectForUpdateParserTest.forUpdateOfAndWait - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SqlSelectForUpdateParserTest.forUpdateNowait - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SqlSelectForUpdateParserTest.withQueryIsNotWrapped - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SqlSelectForUpdateParserTest.forUpdateWaitZero - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SqlSelectForUpdateParserTest.forUpdateWait - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SqlSelectForUpdateParserTest.withQueryForUpdate - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SqlSelectForUpdateParserTest.forUpdateWithOrderByAndLimit - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SqlSelectForUpdateParserTest.forUpdateOfMultipleColumns - PASSED{color}
... and 1 new tests
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9190044&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9190044
rerunBuildIds=9192606{color}
> Calcite SQL: Add SELECT ... FOR UPDATE syntax and validation (no-op)
> --------------------------------------------------------------------
>
> Key: IGNITE-28868
> URL: https://issues.apache.org/jira/browse/IGNITE-28868
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vladislav Pyatkov
> Assignee: Vladislav Pyatkov
> Priority: Major
> Labels: ignite-2, sql
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Add grammar, AST, and validation for SELECT ... FOR UPDATE in the Calcite
> engine. Actual lock acquisition is out of scope and will be done in a
> follow-up.
> {code}
> SELECT ... FROM ... [WHERE ...]
> FOR UPDATE [OF col [, col ...]] [WAIT n | NOWAIT]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)