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 BBF36200CE7 for ; Sat, 16 Sep 2017 11:01:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BA1AE1609D4; Sat, 16 Sep 2017 09:01:46 +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 F31D71609D5 for ; Sat, 16 Sep 2017 11:01:45 +0200 (CEST) Received: (qmail 56304 invoked by uid 500); 16 Sep 2017 09:01:45 -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 56295 invoked by uid 99); 16 Sep 2017 09:01:45 -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, 16 Sep 2017 09:01:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4A954F32D2; Sat, 16 Sep 2017 09:01:44 +0000 (UTC) From: sraghunandan To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata pull request #1336: [CARBONDATA-1425] Inappropriate Exception dis... Content-Type: text/plain Message-Id: <20170916090144.4A954F32D2@git1-us-west.apache.org> Date: Sat, 16 Sep 2017 09:01:44 +0000 (UTC) archived-at: Sat, 16 Sep 2017 09:01:46 -0000 Github user sraghunandan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1336#discussion_r139282418 --- Diff: integration/spark2/src/test/scala/org/apache/carbondata/spark/testsuite/partition/TestAlterPartitionTable.scala --- @@ -36,7 +36,8 @@ class TestAlterPartitionTable extends QueryTest with BeforeAndAfterAll { override def beforeAll { dropTable - + CarbonProperties.getInstance() --- End diff -- Reset this property in afterall ---