From issues-return-95897-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon May 6 16:21:01 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 96DCB18060F for ; Mon, 6 May 2019 18:21:01 +0200 (CEST) Received: (qmail 27434 invoked by uid 500); 6 May 2019 16:21:01 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 27424 invoked by uid 99); 6 May 2019 16:21:00 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 May 2019 16:21:00 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 589AEE02BE for ; Mon, 6 May 2019 16:21:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 115E520FEB for ; Mon, 6 May 2019 16:21:00 +0000 (UTC) Date: Mon, 6 May 2019 16:21:00 +0000 (UTC) From: "kcheng.mvp (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-5780) DDL: support custom schema creation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-5780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16833968#comment-16833968 ] kcheng.mvp commented on IGNITE-5780: ------------------------------------ [~vozerov] I notice this issue closed. May I know this feature will be added to v2.8 or not? thank you very much! > DDL: support custom schema creation > ----------------------------------- > > Key: IGNITE-5780 > URL: https://issues.apache.org/jira/browse/IGNITE-5780 > Project: Ignite > Issue Type: New Feature > Components: sql > Reporter: Denis Magda > Priority: Major > > Presently if the one creates a SQL table using DDL "CREATE TABLE" command then the table will be bound to the default "PUBLIC" schema. All the tables created this way will fall under this rule. > Ignite has to support the following: > * custom schema creation with "CREATE SCHEMA" command. > * provide an ability to assign any table created with "CREATE TABLE" name to a custom schema. > * schema and table configured this way has to survive restarts meaning that Ignite Persistent Store has to preserve the configuration parameters. -- This message was sent by Atlassian JIRA (v7.6.3#76005)