GitHub user dongjoon-hyun opened a pull request:

    https://github.com/apache/spark/pull/19686

    [MINOR][SQL] Fix a misleading `resultSchema` in ParquetFileFormat

    ## What changes were proposed in this pull request?
    
    Conceptually, `resultSchema` is used for `requiredSchema + partitionSchema`.
    This PR fixes a misleading typo in `resultSchema` variable in 
ParquetFileFormat.
    
    ## How was this patch tested?
    
    Pass the existing tests.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dongjoon-hyun/spark 
minor_fix_parquet_result_schema

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/19686.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19686
    
----
commit 45728c9fcaa1ff185644723bb6ff21e9eb3614e7
Author: Dongjoon Hyun <dongj...@apache.org>
Date:   2017-11-03T17:53:34Z

    [MINOR][SQL] Fix a misleading `resultSchema` in ParquetFileFormat

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to