Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-22158][SQL][BRANCH-2.2] convertMetastore should not ignore table property #19417

Closed
wants to merge 1 commit into from
Closed

[SPARK-22158][SQL][BRANCH-2.2] convertMetastore should not ignore table property #19417

wants to merge 1 commit into from

Commits on Oct 3, 2017

  1. [SPARK-22158][SQL][BRANCH-2.2] convertMetastore should not ignore tab…

    …le property
    
    From the beginning, convertMetastoreOrc ignores table properties and use an empty map instead. This PR fixes that. For the diff, please see [this](https://github.com/apache/spark/pull/19382/files?w=1). convertMetastoreParquet also ignore.
    
    ```scala
    val options = Map[String, String]()
    ```
    
    - [SPARK-14070: HiveMetastoreCatalog.scala](https://github.com/apache/spark/pull/11891/files#diff-ee66e11b56c21364760a5ed2b783f863R650)
    - [Master branch: HiveStrategies.scala](https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveStrategies.scala#L197
    )
    
    Pass the Jenkins with an updated test suite.
    
    Author: Dongjoon Hyun <dongjoon@apache.org>
    
    Closes #19382 from dongjoon-hyun/SPARK-22158.
    dongjoon-hyun committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    47cb5ef View commit details
    Browse the repository at this point in the history