GitHub user dongjoon-hyun opened a pull request:

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

    [SPARK-22158][SQL] convertMetastoreOrc should not ignore table property

    ## What changes were proposed in this pull request?
    
    From the beginning, convertMetastoreOrc ignores table properties and use an 
empty map instead. This PR fixes that.
    
    ```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
    ) 
    
    ## How was this patch tested?
    
    Pass the Jenkins with an updated test suite.

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

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-22158

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

    https://github.com/apache/spark/pull/19382.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 #19382
    
----
commit 09c621bae172562b9dba0da91a527465d0ad7702
Author: Dongjoon Hyun <[email protected]>
Date:   2017-09-28T17:23:52Z

    [SPARK-22158][SQL] convertMetastoreOrc should not ignore table properties

----


---

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

Reply via email to