GitHub user gatorsmile opened a pull request:

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

    [SPARK-20160] [SQL] Move ParquetConversions and OrcConversions Out Of 
HiveSessionCatalog

    ### What changes were proposed in this pull request?
    `ParquetConversions` and `OrcConversions` should be treated as regular 
`Analyzer` rules. It is not reasonable to be part of `HiveSessionCatalog`.
    
    After moving these two rules out of HiveSessionCatalog, the next step is to 
clean up, rename and move `HiveMetastoreCatalog` because it is not related to 
the hive package any more.
    
    ### How was this patch tested?
    The existing test cases

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

    $ git pull https://github.com/gatorsmile/spark cleanup

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

    https://github.com/apache/spark/pull/17484.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 #17484
    
----
commit 32edccce852d18e1fcfa122e39040d002e2a994b
Author: Xiao Li <[email protected]>
Date:   2017-03-30T17:10:18Z

    cleanup

commit 17b4be48172f78cd6dc908f1ab751cf2697aa55c
Author: Xiao Li <[email protected]>
Date:   2017-03-30T17:12:02Z

    Merge remote-tracking branch 'upstream/master' into cleanup

----


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