Hyukjin Kwon created SPARK-17071:
------------------------------------

             Summary: 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.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to