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 A3F68200D63 for ; Thu, 7 Dec 2017 01:34:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A26FB160C1E; Thu, 7 Dec 2017 00:34:17 +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 E0CCD160C1D for ; Thu, 7 Dec 2017 01:34:16 +0100 (CET) Received: (qmail 51824 invoked by uid 500); 7 Dec 2017 00:34:16 -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 51813 invoked by uid 99); 7 Dec 2017 00:34:15 -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, 07 Dec 2017 00:34:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C79E2E0007; Thu, 7 Dec 2017 00:34:15 +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 #19499: [SPARK-22279][SQL] Turn on spark.sql.hive.convert... Content-Type: text/plain Message-Id: <20171207003415.C79E2E0007@git1-us-west.apache.org> Date: Thu, 7 Dec 2017 00:34:15 +0000 (UTC) archived-at: Thu, 07 Dec 2017 00:34:17 -0000 Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/19499#discussion_r155402079 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala --- @@ -106,7 +106,7 @@ private[spark] object HiveUtils extends Logging { .doc("When set to true, the built-in ORC reader and writer are used to process " + "ORC tables created by using the HiveQL syntax, instead of Hive serde.") .booleanConf - .createWithDefault(false) + .createWithDefault(true) --- End diff -- Ur, please wait a moment. I'll double check the case to make it sure. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org