GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/20522
[SPARK-22158][SQL][FOLLOWUP] convertMetastore should not ignore table properties ## What changes were proposed in this pull request? Previously, SPARK-22158 fixed for `USING hive` syntax. This PR aims to fix for `STORED AS` syntax. Although the test case covers ORC part, the patch consider both `convertMetastoreOrc` and `convertMetastoreParquet`. ## How was this patch tested? Pass newly added test cases. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dongjoon-hyun/spark SPARK-22158-2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/20522.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 #20522 ---- commit 23d8205052fd52b4acbf71a8e51e4ce607c8af0e Author: Dongjoon Hyun <dongjoon@...> Date: 2018-02-06T20:53:20Z [SPARK-22158][SQL][FOLLOWUP] convertMetastore should not ignore table properties ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org