Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E1AB4200D3B for ; Fri, 10 Nov 2017 13:45:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E028C160BF2; Fri, 10 Nov 2017 12:45:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 29981160BEE for ; Fri, 10 Nov 2017 13:45:32 +0100 (CET) Received: (qmail 55352 invoked by uid 500); 10 Nov 2017 12:45:31 -0000 Mailing-List: contact dev-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 dev@ignite.apache.org Received: (qmail 55341 invoked by uid 99); 10 Nov 2017 12:45:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2017 12:45:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CFE95DFCC2; Fri, 10 Nov 2017 12:45:30 +0000 (UTC) From: gg-shq To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #3013: IGNITE-6850 SQL: integrate index inline size to C... Content-Type: text/plain Date: Fri, 10 Nov 2017 12:45:30 +0000 (UTC) archived-at: Fri, 10 Nov 2017 12:45:33 -0000 GitHub user gg-shq opened a pull request: https://github.com/apache/ignite/pull/3013 IGNITE-6850 SQL: integrate index inline size to CREATE INDEX syntax You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite IGNITE-6850 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3013.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3013 ---- commit be1d297b145322a3d9a90d49e1817a27fc56be24 Author: gg-shq Date: 2017-11-10T11:16:25Z IGNITE-6850: Added INLINE_SIZE option to internal SQL CREATE INDEX statement commit 8f4b677a69036aad486249c507166e5189eca979 Author: gg-shq Date: 2017-11-10T11:21:46Z Merge branch 'master' into IGNITE-6850 commit b0e91486d98d4ae56498f11098a4b57f83e9a69a Author: gg-shq Date: 2017-11-10T11:23:01Z IGNITE-8650: Resolved merge conflicts in SqlCreateIndexCommand.java ---- ---