[
https://issues.apache.org/jira/browse/IGNITE-19702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iurii Gerzhedovich resolved IGNITE-19702.
-----------------------------------------
Resolution: Cannot Reproduce
> Unable to create column with default value with literal convertion
> ------------------------------------------------------------------
>
> Key: IGNITE-19702
> URL: https://issues.apache.org/jira/browse/IGNITE-19702
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 3.0
> Reporter: Alexander Belyak
> Priority: Major
> Labels: ignite-3
>
> DDL command to create a column with default value fails if it require some
> type of conversion (string to time, date, timestamp, uuid). For example:
> {noformat}
> create table ttt6(key int primary key, val TIMESTAMP default '2022-02-01
> 12:12:12');{noformat}
> returns
> {noformat}
> [Code: 0, SQL State: 50000] Exception while executing query [query=create
> table ttt6(key int primary key, val TIMESTAMP default '2022-02-01
> 12:12:12')]. Error message:Unable co convert literal{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)