-
- Downloads
[SPARK-16383][SQL] Remove `SessionState.executeSql`
## What changes were proposed in this pull request? This PR 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")`. ## How was this patch tested? Pass the Jenkins tests. Author: Dongjoon Hyun <dongjoon@apache.org> Closes #14055 from dongjoon-hyun/SPARK-16383.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/internal/SessionState.scala 1 addition, 3 deletions...in/scala/org/apache/spark/sql/internal/SessionState.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/ConcurrentHiveSuite.scala 3 additions, 3 deletions...apache/spark/sql/hive/execution/ConcurrentHiveSuite.scala
Please register or sign in to comment