Dongjoon Hyun created SPARK-23355:
-------------------------------------

             Summary: convertMetastore should not ignore table properties
                 Key: SPARK-23355
                 URL: https://issues.apache.org/jira/browse/SPARK-23355
             Project: Spark
          Issue Type: Test
          Components: SQL
    Affects Versions: 2.2.1, 2.1.2, 2.0.2, 2.3.0
            Reporter: Dongjoon Hyun


`convertMetastoreOrc/Parquet` ignores table properties.

This happens for a table created by `STORED AS ORC/PARQUET`.

Currently, `convertMetastoreParquet` is `true` by default. So, it's a 
well-known user-facing issue. For `convertMetastoreOrc`, it has been `false` 
and  SPARK-22279 tried to turn on that for Feature Parity with Parquet.

However, it's indeed a regression for the existing Hive ORC table users. So, 
it'll be reverted for Apache Spark 2.3 via 
https://github.com/apache/spark/pull/20536 .



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to