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 C4A46200D11 for ; Mon, 18 Sep 2017 05:43:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BC3C41609D9; Mon, 18 Sep 2017 03:43:14 +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 05D3F1609D8 for ; Mon, 18 Sep 2017 05:43:13 +0200 (CEST) Received: (qmail 49109 invoked by uid 500); 18 Sep 2017 03:43:12 -0000 Mailing-List: contact issues-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list issues@carbondata.apache.org Received: (qmail 49098 invoked by uid 99); 18 Sep 2017 03:43:12 -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; Mon, 18 Sep 2017 03:43:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ED3A3E08F0; Mon, 18 Sep 2017 03:43:11 +0000 (UTC) From: xubo245 To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org Message-ID: Subject: [GitHub] carbondata pull request #1364: [CARBONDATA-1483]open auto merge when loading... Content-Type: text/plain Date: Mon, 18 Sep 2017 03:43:11 +0000 (UTC) archived-at: Mon, 18 Sep 2017 03:43:15 -0000 GitHub user xubo245 opened a pull request: https://github.com/apache/carbondata/pull/1364 [CARBONDATA-1483]open auto merge when loading data auto compaction when loading data * set DEFAULT_ENABLE_AUTO_LOAD_MERGE as true * add test case and verify the change is ok You can merge this pull request into a Git repository by running: $ git pull https://github.com/xubo245/carbondata compaction Alternatively you can review and apply these changes as the patch at: https://github.com/apache/carbondata/pull/1364.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 #1364 ---- commit 1b2be64cebe55baf5661262a008bc1bbbcb16b67 Author: xubo245 <601450868@qq.com> Date: 2017-09-18T03:41:03Z open auto merge when loading data ---- ---