Iurii Gerzhedovich created IGNITE-24328: -------------------------------------------
Summary: Sql. Returns error for absent schema with IF EXISTS flag for DDL commands Key: IGNITE-24328 URL: https://issues.apache.org/jira/browse/IGNITE-24328 Project: Ignite Issue Type: Improvement Components: sql Reporter: Iurii Gerzhedovich For many DDL commands, we have an IF EXISTS/ IF NOT EXISTS FLAG which requires not throwing errors in case of absence or presenting a table depending on command semantics. However, we still throw errors in case SCHEMA is absent. Let's fix it. -- This message was sent by Atlassian Jira (v8.20.10#820010)