GitHub user kasjain opened a pull request:

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

    [SPARK-14344][SQL] Not creating meta files when summary-metadata property 
is false in parquet

    ## What changes were proposed in this pull request?
    This change fixes a bug related to the property 
"parquet.enable.summary-metadata". Currently, the property's value is not 
considered before writing the metaData (_metadata and _common-metadata files) 
in the "saveAsParquetFile" code-flow. Hence making this property false still 
created the meta files.
    
    
    
    ## How was this patch tested?
    Integration tests and manual tests
    
    
    
    


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

    $ git pull https://github.com/kasjain/spark branch-1.3

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

    https://github.com/apache/spark/pull/12355.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 #12355
    
----
commit 4eb23fc05b6875463a3aab748039e3532bb6e32d
Author: Kashish Jain <[email protected]>
Date:   2016-04-13T10:04:26Z

    [SPARK-14344][SQL] Not creating meta files when summary-metadata property 
is false in parquet

commit 085a5621bf138388efd5c29f00bd6dabd26f96d7
Author: Kashish Jain <[email protected]>
Date:   2016-04-13T10:04:26Z

    [SPARK-14344][SQL] Not creating meta files when summary-metadata property 
is false in parquet

commit 0421f4f7ee9c65d2854d9fe5e3a5cf19f761c304
Author: Kashish Jain <[email protected]>
Date:   2016-04-13T10:28:53Z

    [SPARK-14344][SQL] Minor typo fix

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to