From reviews-return-630376-archive-asf-public=cust-asf.ponee.io@spark.apache.org Mon Apr 2 18:45:08 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4AD33180627 for ; Mon, 2 Apr 2018 18:45:08 +0200 (CEST) Received: (qmail 97758 invoked by uid 500); 2 Apr 2018 16:45:07 -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 97747 invoked by uid 99); 2 Apr 2018 16:45:06 -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; Mon, 02 Apr 2018 16:45:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B329BE96AE; Mon, 2 Apr 2018 16:45:06 +0000 (UTC) From: gatorsmile To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark issue #20894: [SPARK-23786][SQL] Checking column names of csv headers Content-Type: text/plain Message-Id: <20180402164506.B329BE96AE@git1-us-west.apache.org> Date: Mon, 2 Apr 2018 16:45:06 +0000 (UTC) Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/20894 Regarding https://github.com/apache/spark/pull/20894#issuecomment-375992103 , does our name resolution in Parquet respect our SQLConf `spark.sql.caseSensitive`? If the column orders are different, should we do the auto column order adjustment? --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org