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 22EB1200C6F for ; Tue, 9 May 2017 09:08:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 217F8160BC3; Tue, 9 May 2017 07:08:37 +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 5EB5E160BB6 for ; Tue, 9 May 2017 09:08:36 +0200 (CEST) Received: (qmail 85060 invoked by uid 500); 9 May 2017 07:08:35 -0000 Mailing-List: contact commits-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 commits@carbondata.apache.org Received: (qmail 85040 invoked by uid 99); 9 May 2017 07:08:35 -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; Tue, 09 May 2017 07:08:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5BB08EE68D; Tue, 9 May 2017 07:08:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chenliang613@apache.org To: commits@carbondata.apache.org Date: Tue, 09 May 2017 07:08:36 -0000 Message-Id: <67ebd1e290c04656bc5526d4169ae12a@git.apache.org> In-Reply-To: <93f3e5dafffa4f478b05a2fad692f136@git.apache.org> References: <93f3e5dafffa4f478b05a2fad692f136@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] carbondata git commit: [CARBONDATA-829] resolved bug for dictionary_exclude not working using carbondatasource This closes #768 archived-at: Tue, 09 May 2017 07:08:37 -0000 [CARBONDATA-829] resolved bug for dictionary_exclude not working using carbondatasource This closes #768 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/77dab1d7 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/77dab1d7 Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/77dab1d7 Branch: refs/heads/master Commit: 77dab1d7fe78bd032e7e7fc47bcd8d05dcbb9d71 Parents: b3b24f2 65b0803 Author: chenliang613 Authored: Tue May 9 15:08:18 2017 +0800 Committer: chenliang613 Committed: Tue May 9 15:08:18 2017 +0800 ---------------------------------------------------------------------- .../org/apache/spark/sql/TableCreator.scala | 38 ++++++++++---------- .../carbondata/CarbonDataSourceSuite.scala | 16 +++++++++ 2 files changed, 35 insertions(+), 19 deletions(-) ----------------------------------------------------------------------