Mirza Aliev created IGNITE-21808: ------------------------------------ Summary: CREATE ZONE syntax must work ignoring the case of zone name Key: IGNITE-21808 URL: https://issues.apache.org/jira/browse/IGNITE-21808 Project: Ignite Issue Type: Bug Reporter: Mirza Aliev
h3. Step to reproduce If we try to run such code {code:java} cluster.doInSession(0, session -> { session.execute(null, "CREATE ZONE test_zone"); session.execute(null, "CREATE TABLE TEST (id INT PRIMARY KEY, name INT) WITH PRIMARY_ZONE='test_zone'"); }); {code} It fails with {{Failed to validate query. Distribution zone with name 'test_zone' not found}} This behaviour must be changed. h3. Definition of done * Zone name must support any case, not only upper case * Corresponding tests must be added -- This message was sent by Atlassian Jira (v8.20.10#820010)