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: [email protected]
For additional commands, e-mail: [email protected]