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 521BF200D0E for ; Tue, 26 Sep 2017 23:18:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 509511609D7; Tue, 26 Sep 2017 21:18:45 +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 8E94F1609C4 for ; Tue, 26 Sep 2017 23:18:44 +0200 (CEST) Received: (qmail 41263 invoked by uid 500); 26 Sep 2017 21:18:43 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 41252 invoked by uid 99); 26 Sep 2017 21:18:43 -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, 26 Sep 2017 21:18:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6A4E4F5615; Tue, 26 Sep 2017 21:18:43 +0000 (UTC) From: dongjoon-hyun To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark pull request #19218: [SPARK-21786][SQL] The 'spark.sql.parquet.compres... Content-Type: text/plain Message-Id: <20170926211843.6A4E4F5615@git1-us-west.apache.org> Date: Tue, 26 Sep 2017 21:18:43 +0000 (UTC) archived-at: Tue, 26 Sep 2017 21:18:45 -0000 Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/19218#discussion_r141187890 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertSuite.scala --- @@ -728,4 +728,120 @@ class InsertSuite extends QueryTest with TestHiveSingleton with BeforeAndAfter assert(e.contains("mismatched input 'ROW'")) } } + + test("[SPARK-21786] Check 'spark.sql.parquet.compression.codec' " + + "and 'spark.sql.parquet.compression.codec' taking effect on hive table writing") { --- End diff -- - `[SPARK-21786]` -> `SPARK-21786` - `spark.sql.parquet.compression.codec` -> `spark.sql.orc.compression.codec`? --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org