GitHub user windpiger opened a pull request:

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

    [SPARK-19246][SQL]CataLogTable's partitionSchema order and exist check

    ## What changes were proposed in this pull request?
    
    CataLogTable's partitionSchema should check if each column name in 
partitionColumnNames must match one and only one field in schema, if not we 
should throw an exception
    
    and CataLogTable's partitionSchema should keep order with 
partitionColumnNames 
    
    ## How was this patch tested?


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

    $ git pull https://github.com/windpiger/spark checkPartionColNameWithSchema

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

    https://github.com/apache/spark/pull/16606.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 #16606
    
----
commit eaf18ce4f350fddac66b55fe5d99e3f1331116ac
Author: windpiger <[email protected]>
Date:   2017-01-16T15:03:45Z

    [SPARK-19246][SQL]CataLogTable's partitionSchema order and exist check

----


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