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 7F4AE200D61 for ; Tue, 19 Dec 2017 10:08:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7D829160C1B; Tue, 19 Dec 2017 09:08: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 BDB09160C18 for ; Tue, 19 Dec 2017 10:08:13 +0100 (CET) Received: (qmail 36060 invoked by uid 500); 19 Dec 2017 09:08:13 -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 36050 invoked by uid 99); 19 Dec 2017 09:08:13 -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, 19 Dec 2017 09:08:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DB6C8DFFCF; Tue, 19 Dec 2017 09:08:12 +0000 (UTC) From: QiangCai To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata pull request #1669: [CARBONDATA-1880] Combine input small files f... Content-Type: text/plain Message-Id: <20171219090812.DB6C8DFFCF@git1-us-west.apache.org> Date: Tue, 19 Dec 2017 09:08:12 +0000 (UTC) archived-at: Tue, 19 Dec 2017 09:08:14 -0000 Github user QiangCai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1669#discussion_r157696968 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/load/DataLoadProcessBuilderOnSpark.scala --- @@ -49,29 +59,21 @@ object DataLoadProcessBuilderOnSpark { private val LOGGER = LogServiceFactory.getLogService(this.getClass.getCanonicalName) def loadDataUsingGlobalSort( - sc: SparkContext, + sqlContext: SQLContext, --- End diff -- fixed ---