You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2017/08/24 18:01:00 UTC

[jira] [Created] (SPARK-21831) Remove obsolete `spark.sql.hive.convertMetastoreOrc` config in HiveCompatibilitySuite

Dongjoon Hyun created SPARK-21831:
-------------------------------------

             Summary: Remove obsolete `spark.sql.hive.convertMetastoreOrc` config in HiveCompatibilitySuite
                 Key: SPARK-21831
                 URL: https://issues.apache.org/jira/browse/SPARK-21831
             Project: Spark
          Issue Type: Bug
          Components: Tests
    Affects Versions: 2.3.0
            Reporter: Dongjoon Hyun
            Priority: Minor


SPARK-19025 removes SQLBuilder, so we need to remove the following in HiveCompatibilitySuite.

{code}
// Ensures that the plans generation use metastore relation and not OrcRelation
// Was done because SqlBuilder does not work with plans having logical relation
TestHive.setConf(HiveUtils.CONVERT_METASTORE_ORC, false)
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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