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 C6801200C63 for ; Thu, 11 May 2017 15:52:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C5217160BCD; Thu, 11 May 2017 13:52:53 +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 E1B0E160BD7 for ; Thu, 11 May 2017 15:52:52 +0200 (CEST) Received: (qmail 13754 invoked by uid 500); 11 May 2017 13:52:52 -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 13487 invoked by uid 99); 11 May 2017 13:52:52 -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; Thu, 11 May 2017 13:52:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BE210E966C; Thu, 11 May 2017 13:52:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ravipesala@apache.org To: commits@carbondata.apache.org Date: Thu, 11 May 2017 13:53:04 -0000 Message-Id: <26dd4418d0e14bcab7cbaa6eb7b7a506@git.apache.org> In-Reply-To: <2a2c82f6952c4786a2d0e93319e2b6f7@git.apache.org> References: <2a2c82f6952c4786a2d0e93319e2b6f7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [14/50] carbondata git commit: [CARBONDATA-822] Added unsafe sort for bucketing feature This closes #701 archived-at: Thu, 11 May 2017 13:52:53 -0000 [CARBONDATA-822] Added unsafe sort for bucketing feature This closes #701 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/65367ef6 Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/65367ef6 Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/65367ef6 Branch: refs/heads/branch-1.1 Commit: 65367ef63268bf7bcfd86a740f688b03bd67b484 Parents: 061c3c2 f82b10b Author: jackylk Authored: Thu May 4 21:20:58 2017 +0800 Committer: jackylk Committed: Thu May 4 21:20:58 2017 +0800 ---------------------------------------------------------------------- .../bucketing/TableBucketingTestCase.scala | 24 ++ .../processing/newflow/sort/SorterFactory.java | 73 +++++ ...arallelReadMergeSorterWithBucketingImpl.java | 18 +- .../UnsafeBatchParallelReadMergeSorterImpl.java | 7 +- .../impl/UnsafeParallelReadMergeSorterImpl.java | 6 +- ...arallelReadMergeSorterWithBucketingImpl.java | 264 +++++++++++++++++++ .../newflow/sort/unsafe/UnsafeSortDataRows.java | 36 ++- .../UnsafeSingleThreadFinalSortFilesMerger.java | 5 +- ...ConverterProcessorWithBucketingStepImpl.java | 3 +- .../newflow/steps/SortProcessorStepImpl.java | 25 +- 10 files changed, 423 insertions(+), 38 deletions(-) ----------------------------------------------------------------------