[
https://issues.apache.org/jira/browse/IGNITE-19894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky reassigned IGNITE-19894:
-------------------------------------------
Assignee: Evgeny Stanilovsky
> Sql. Can`t access column created in lower registry through Tuple api
> --------------------------------------------------------------------
>
> Key: IGNITE-19894
> URL: https://issues.apache.org/jira/browse/IGNITE-19894
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 3.0.0-beta1
> Reporter: Evgeny Stanilovsky
> Assignee: Evgeny Stanilovsky
> Priority: Major
> Labels: ignite-3
>
> Starting point for example [1]
> {code:java}
> checkDdl(true, ses, "CREATE TABLE my (c1 INT PRIMARY KEY, c2 INT, c3
> VARCHAR)");
> Session ses = sql.createSession();
> result.intValue("C2"); <--- Ok
> result.intValue("c2"); <--- throws Column doesn't exist [name=c2]
> {code}
> [1] InternalSchemaTest#testDropAndAddColumns
> Seems quotations at all not supported by now,
> DdlSqlToCommandConverter#convertCreateTable
--
This message was sent by Atlassian Jira
(v8.20.10#820010)