You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2021/09/27 13:54:00 UTC

[jira] [Created] (IGNITE-15623) Calcite. Support TIMESTAMP type.

Evgeny Stanilovsky created IGNITE-15623:
-------------------------------------------

             Summary: Calcite. Support TIMESTAMP type.
                 Key: IGNITE-15623
                 URL: https://issues.apache.org/jira/browse/IGNITE-15623
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Evgeny Stanilovsky



{noformat}
statement ok
CREATE TABLE timestamp(t TIMESTAMP)
{noformat}


{noformat}
/sql/types/timestamp/test_incorrect_timestamp.test
{noformat}



{noformat}
Statement: Statement [queries=ArrayList [CREATE TABLE timestamp(t TIMESTAMP)], expected=OK]

	at org.apache.ignite.internal.processors.query.calcite.logical.SqlScriptRunner$Statement.execute(SqlScriptRunner.java:404)
	at org.apache.ignite.internal.processors.query.calcite.logical.SqlScriptRunner.run(SqlScriptRunner.java:115)
	at org.apache.ignite.internal.processors.query.calcite.logical.ScriptTestRunner$1.run(ScriptTestRunner.java:219)
	at java.lang.Thread.run(Thread.java:748)
Caused by: class org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to parse query.
{noformat}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)