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 C0748200C4E for ; Fri, 21 Apr 2017 08:34:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BD66B160BA2; Fri, 21 Apr 2017 06:34: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 12824160B97 for ; Fri, 21 Apr 2017 08:34:36 +0200 (CEST) Received: (qmail 74934 invoked by uid 500); 21 Apr 2017 06:34:36 -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 74925 invoked by uid 99); 21 Apr 2017 06:34:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2017 06:34:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id DE193181069 for ; Fri, 21 Apr 2017 06:34:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.722 X-Spam-Level: X-Spam-Status: No, score=-3.722 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id tshTLMpdII59 for ; Fri, 21 Apr 2017 06:34:35 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 58CED5F3FE for ; Fri, 21 Apr 2017 06:34:34 +0000 (UTC) Received: (qmail 74865 invoked by uid 99); 21 Apr 2017 06:34:33 -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, 21 Apr 2017 06:34:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 65C79F4A24; Fri, 21 Apr 2017 06:34:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ravipesala@apache.org To: commits@carbondata.incubator.apache.org Date: Fri, 21 Apr 2017 06:34:34 -0000 Message-Id: <1636dcbfc8184082a6c067a3282b02f2@git.apache.org> In-Reply-To: <3a0da0c105d34af792bd1100417fec03@git.apache.org> References: <3a0da0c105d34af792bd1100417fec03@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-carbondata git commit: [CARBONDATA-968] Alter temp store location and decimal data type incorrect result display correction. This closes #829 archived-at: Fri, 21 Apr 2017 06:34:37 -0000 [CARBONDATA-968] Alter temp store location and decimal data type incorrect result display correction. This closes #829 Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/5c69c491 Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/5c69c491 Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/5c69c491 Branch: refs/heads/master Commit: 5c69c49189e6e9582cf98e67160092e593cfa2c2 Parents: c4af8af f890d00 Author: ravipesala Authored: Fri Apr 21 12:03:47 2017 +0530 Committer: ravipesala Committed: Fri Apr 21 12:03:47 2017 +0530 ---------------------------------------------------------------------- .../vector/MeasureDataVectorProcessor.java | 3 +++ .../carbondata/spark/load/CarbonLoaderUtil.java | 8 +++--- .../carbondata/spark/rdd/CarbonMergerRDD.scala | 10 +++---- .../carbondata/spark/util/CarbonScalaUtil.scala | 4 +-- .../AlterTableValidationTestCase.scala | 11 ++++++++ .../vectorreader/AddColumnTestCases.scala | 14 ++++++++++ .../merger/CompactionResultSortProcessor.java | 4 +-- .../newflow/DataLoadProcessBuilder.java | 4 +-- .../sortandgroupby/sortdata/SortParameters.java | 6 +++-- .../util/CarbonDataProcessorUtil.java | 28 +++++++++++++++----- 10 files changed, 68 insertions(+), 24 deletions(-) ----------------------------------------------------------------------