GitHub user liancheng opened a pull request:

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

    [SPARK-14237][SQL] De-duplicate partition value appending logic in various 
buildReader() implementations

    ## What changes were proposed in this pull request?
    
    Various data sources share approximately the same code for partition value 
appending. This PR adds a utility method to eliminate this duplication.
    
    ## How was this patch tested?
    
    Existing tests should do the work.

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

    $ git pull https://github.com/liancheng/spark append-partition-values

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

    https://github.com/apache/spark/pull/12033.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 #12033
    
----
commit 2bb0af0d64e89b5b132ed593ec4a29d5f4c87910
Author: Cheng Lian <[email protected]>
Date:   2016-03-29T10:04:38Z

    WIP

commit 01fbf1740ff0da27a99bf2decaa304250bde5ece
Author: Cheng Lian <[email protected]>
Date:   2016-03-29T10:18:41Z

    Utility method for appending partition values

----


---
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