Pavel Tupitsyn created IGNITE-22208:
---------------------------------------
Summary: Deduplicate DEFAULT_SCHEMA_NAME
Key: IGNITE-22208
URL: https://issues.apache.org/jira/browse/IGNITE-22208
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 3.0.0-beta2
The following constant is duplicated 6 times currently:
{code:java}
DEFAULT_SCHEMA_NAME = "PUBLIC"
{code}
* Let's put it somewhere in the core module and reuse.
* It should *not* be a part of the public API. For internal use only.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)