From issues-return-108351-apmail-spark-issues-archive=spark.apache.org@spark.apache.org Mon May 2 02:43:15 2016 Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B9D419159 for ; Mon, 2 May 2016 02:43:15 +0000 (UTC) Received: (qmail 14998 invoked by uid 500); 2 May 2016 02:43:14 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 14937 invoked by uid 500); 2 May 2016 02:43:13 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 14886 invoked by uid 99); 2 May 2016 02:43:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2016 02:43:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0073B2C1F62 for ; Mon, 2 May 2016 02:43:13 +0000 (UTC) Date: Mon, 2 May 2016 02:43:13 +0000 (UTC) From: "Apache Spark (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (SPARK-14993) Inconsistent behavior of partitioning discovery MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SPARK-14993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-14993: ------------------------------------ Assignee: Apache Spark > Inconsistent behavior of partitioning discovery > ----------------------------------------------- > > Key: SPARK-14993 > URL: https://issues.apache.org/jira/browse/SPARK-14993 > Project: Spark > Issue Type: Bug > Components: SQL > Reporter: Yin Huai > Assignee: Apache Spark > Priority: Critical > > When we load a dataset, if we set the path to {{/path/a=1}}, we will not take a as the partitioning column. However, if we set the path to {{/path/a=1/file.parquet}}, we take a as the partitioning column and it shows up in the schema. We should make the behaviors of these two cases consistent by not putting a into the schema for the second case. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org