-
- Downloads
[SPARK-11716][SQL] UDFRegistration just drops the input type when re-creating...
[SPARK-11716][SQL] UDFRegistration just drops the input type when re-creating the UserDefinedFunction https://issues.apache.org/jira/browse/SPARK-11716 This is one is #9739 and a regression test. When commit it, please make sure the author is jbonofre. You can find the original PR at https://github.com/apache/spark/pull/9739 closes #9739 Author: Jean-Baptiste Onofré <jbonofre@apache.org> Author: Yin Huai <yhuai@databricks.com> Closes #9868 from yhuai/SPARK-11716.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/UDFRegistration.scala 24 additions, 24 deletions...src/main/scala/org/apache/spark/sql/UDFRegistration.scala
- sql/core/src/test/scala/org/apache/spark/sql/UDFSuite.scala 15 additions, 0 deletionssql/core/src/test/scala/org/apache/spark/sql/UDFSuite.scala
Loading
Please register or sign in to comment