Iurii Gerzhedovich created IGNITE-21996:
-------------------------------------------
Summary: SET DATA TYPE command allow change from not null to null
Key: IGNITE-21996
URL: https://issues.apache.org/jira/browse/IGNITE-21996
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Iurii Gerzhedovich
As of now absent validation during the amend column from NOT NULLABLE to
NULLABLE in case using DDL command
{code:java}
ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE .... NOT NULL ...{code}
Let's fix it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)