[
https://issues.apache.org/jira/browse/IGNITE-27738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18056629#comment-18056629
]
Ignite TC Bot commented on IGNITE-27738:
----------------------------------------
{panel:title=Branch: [pull/12697/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12697/head] Base: [master] : New Tests
(7)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL{color} [[tests
7|https://ci2.ignite.apache.org/viewLog.html?buildId=8843888]]
* {color:#013220}IgniteCalciteTestSuite:
TableDmlIntegrationTest.testInsertMultiRowValues[sqlTxMode=ALL] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
TableDmlIntegrationTest.testInsertMultiRowValues[sqlTxMode=RANDOM] -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
JoinColocationPlannerTest.joinMergeJoinAffinityRehash - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
TableDmlIntegrationTest.testInsertMultiRowValues[sqlTxMode=NONE] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SortAggregateIntegrationTest.testNullsReordering[sqlTxMode=NONE] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SortAggregateIntegrationTest.testNullsReordering[sqlTxMode=ALL] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SortAggregateIntegrationTest.testNullsReordering[sqlTxMode=RANDOM] -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8842505&buildTypeId=IgniteTests24Java8_RunAll]
> Calcite engine. Query hangs on VALUES with many rows containing dynamic
> parameters
> ----------------------------------------------------------------------------------
>
> Key: IGNITE-27738
> URL: https://issues.apache.org/jira/browse/IGNITE-27738
> Project: Ignite
> Issue Type: Bug
> Reporter: Aleksey Plekhanov
> Assignee: Aleksey Plekhanov
> Priority: Major
> Labels: 2.18-review, calcite, ise
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Reproducer:
> {code:java}
> public void test() {
> sql("CREATE TABLE test (id int, val int)");
> int paramsCnt = 30;
> String sql = "INSERT INTO test VALUES " + String.join(", ",
> Collections.nCopies(paramsCnt, "(?, ?)"));
> Object[] params = new Object[paramsCnt * 2];
> sql(sql, params);
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)