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

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

{panel:title=--> Run :: All: Possible 
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}ZooKeeper (Discovery) 1{color} [[tests 
2|https://ci.ignite.apache.org/viewLog.html?buildId=3030980]]
* ZookeeperDiscoverySpiTestSuite1: 
ZookeeperDiscoveryClientDisconnectTest.testReconnectServersRestart_3 - 1,4% 
fails in last 279 master runs.

{color:#d04437}Queries 1{color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=3031034]]
* IgniteBinaryCacheQueryTestSuite: 
IgniteCheckClusterStateBeforeExecuteQueryTest.testDynamicSchemaChangesPersistence
 - 0,0% fails in last 394 master runs.

{color:#d04437}MVCC Cache{color} [[tests 
2|https://ci.ignite.apache.org/viewLog.html?buildId=3030989]]
* IgniteCacheMvccTestSuite: 
CacheMvccVacuumTest.testVacuumNotStartedOnNonAffinityNode - 0,0% fails in last 
91 master runs.

{color:#d04437}Thin client: Python{color} [[tests 0 TIMEOUT , Exit Code 
|https://ci.ignite.apache.org/viewLog.html?buildId=3031035]]

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=3031058&buildTypeId=IgniteTests24Java8_RunAll]

> Failure parsing INLINE_SIZE if CREATE INDEX is one of multiple statements
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-10602
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10602
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.7
>            Reporter: Ilya Kasnacheev
>            Assignee: Pavel Kuznetsov
>            Priority: Minor
>             Fix For: 2.8
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> On an empty cluster issue the following statements (shown using sqlline):
> {code}
> 0: jdbc:ignite:thin://localhost> CREATE TABLE public.transactions (pk INT, id 
> INT, k
> . . . . . . . . . . . . . . . .> VARCHAR, v VARCHAR, PRIMARY KEY (pk, id)); 
> CREATE INDEX transactions_id_k_v ON public.transactions (id, k, v) 
> INLINE_SIZE 150; CREATE INDEX transactions_k_v_id ON
> . . . . . . . . . . . . . . . .> public.transactions (k, v, id) INLINE_SIZE 
> 150; CREATE INDEX transactions_pk_id ON public.transactions
> . . . . . . . . . . . . . . . .> (pk, id) INLINE_SIZE 20;
> {code}
> Expected: Table is created, three indexes are created.
> Actual: table is created, indexes are NOT created, error is printed:
> {{Error: Failed to parse query. Синтаксическая ошибка в выражении SQL "CREATE 
> INDEX TRANSACTIONS_ID_K_V ON PUBLIC.TRANSACTIONS (ID, K, V) INLINE_SIZE[*] 
> 150; CREATE INDEX TRANSACTIONS_K_V_ID ON}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to