Dongjoon Hyun created SPARK-16383:
-------------------------------------
Summary: Remove `SessionState.executeSql`
Key: SPARK-16383
URL: https://issues.apache.org/jira/browse/SPARK-16383
Project: Spark
Issue Type: Task
Components: SQL
Reporter: Dongjoon Hyun
Priority: Minor
This issue removes `SessionState.executeSql` in favor of `SparkSession.sql`.
We can remove this safely since the visibility `SessionState` is `private[sql]`
and `executeSql` is only used in one **ignored** test, `test("Multiple Hive
Instances")`.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]