-
- Downloads
[SPARK-14944][SPARK-14943][SQL] Remove HiveConf from HiveTableScanExec,...
[SPARK-14944][SPARK-14943][SQL] Remove HiveConf from HiveTableScanExec, HiveTableReader, and ScriptTransformation ## What changes were proposed in this pull request? This patch removes HiveConf from HiveTableScanExec and HiveTableReader and instead just uses our own configuration system. I'm splitting the large change of removing HiveConf into multiple independent pull requests because it is very difficult to debug test failures when they are all combined in one giant one. ## How was this patch tested? Should be covered by existing tests. Author: Reynold Xin <rxin@databricks.com> Closes #12727 from rxin/SPARK-14944.
Showing
- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionState.scala 0 additions, 1 deletion...in/scala/org/apache/spark/sql/hive/HiveSessionState.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveStrategies.scala 2 additions, 7 deletions...main/scala/org/apache/spark/sql/hive/HiveStrategies.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/TableReader.scala 16 additions, 16 deletions...rc/main/scala/org/apache/spark/sql/hive/TableReader.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveTableScanExec.scala 6 additions, 7 deletions...g/apache/spark/sql/hive/execution/HiveTableScanExec.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformation.scala 9 additions, 11 deletions...pache/spark/sql/hive/execution/ScriptTransformation.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/ScriptTransformationSuite.scala 4 additions, 4 deletions.../spark/sql/hive/execution/ScriptTransformationSuite.scala
Loading
Please register or sign in to comment