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 D4C41200D2A for ; Sat, 28 Oct 2017 13:50:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D351B160BE1; Sat, 28 Oct 2017 11:50:52 +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 19E371609D5 for ; Sat, 28 Oct 2017 13:50:51 +0200 (CEST) Received: (qmail 50523 invoked by uid 500); 28 Oct 2017 11:50:51 -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 50514 invoked by uid 99); 28 Oct 2017 11:50:51 -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; Sat, 28 Oct 2017 11:50:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 35847DFA0A; Sat, 28 Oct 2017 11:50:51 +0000 (UTC) From: jackylk To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata pull request #1424: [CARBONDATA-1602] Remove unused declaration i... Content-Type: text/plain Message-Id: <20171028115051.35847DFA0A@git1-us-west.apache.org> Date: Sat, 28 Oct 2017 11:50:51 +0000 (UTC) archived-at: Sat, 28 Oct 2017 11:50:53 -0000 Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1424#discussion_r147552679 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonGlobalDictionaryRDD.scala --- @@ -345,7 +345,6 @@ class CarbonGlobalDictionaryGenerateRDD( var status = CarbonCommonConstants.STORE_LOADSTATUS_SUCCESS val iter = new Iterator[(Int, String)] { var dictionaryForDistinctValueLookUp: Dictionary = _ - var dictionaryForSortIndexWriting: Dictionary = _ --- End diff -- This is not used ---