-
- Downloads
[SPARK-8883][SQL]Remove the OverrideFunctionRegistry
Remove the `OverrideFunctionRegistry` from the Spark SQL, as the subclasses of `FunctionRegistry` have their own way to the delegate to the right underlying `FunctionRegistry`. Author: Cheng Hao <hao.cheng@intel.com> Closes #7260 from chenghao-intel/override and squashes the following commits: 164d093 [Cheng Hao] enable the function registry 2ca8459 [Cheng Hao] remove the OverrideFunctionRegistry
Showing
- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala 0 additions, 13 deletions...apache/spark/sql/catalyst/analysis/FunctionRegistry.scala
- sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala 1 addition, 2 deletions...core/src/main/scala/org/apache/spark/sql/SQLContext.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala 1 addition, 1 deletion...rc/main/scala/org/apache/spark/sql/hive/HiveContext.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveUDFs.scala 1 addition, 1 deletion...e/src/main/scala/org/apache/spark/sql/hive/hiveUDFs.scala
Loading
Please register or sign in to comment