You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2017/07/02 23:52:01 UTC

[jira] [Resolved] (SPARK-17071) Fetch Parquet schema within driver-side when there is single file to touch without another Spark job

     [ https://issues.apache.org/jira/browse/SPARK-17071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-17071.
----------------------------------
    Resolution: Won't Fix

I am resolving this. Please refer the discussion in the PR.

> Fetch Parquet schema within driver-side when there is single file to touch without another Spark job
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-17071
>                 URL: https://issues.apache.org/jira/browse/SPARK-17071
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Hyukjin Kwon
>
> Currently, it seems always launch a Spark distributed job to fetch and merge Parquet's schemas.
> It seems we don't actually have to run another Spark job even when there is only a single file to touch (meaning without {{mergeSchema}}) but just fetch the schema within driver-side just like ORC data source is doing.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org