SPARK-11716 - UDFRegistration just drops the input type when re-creat…#9739
SPARK-11716 - UDFRegistration just drops the input type when re-creat…#9739jbonofre wants to merge 2 commits into
Conversation
|
Hi, I guess you should also update the script in the comments that generates the file. |
|
Good point, let me update the PR accordingly. Thanks. |
17b6491 to
a9ea9bb
Compare
|
PR rebased and updated according to @Artjom-Metro comment. |
a9ea9bb to
3ebf487
Compare
|
Rebase |
|
Can you change the title format to |
|
ok to test. |
|
Can you add a test? |
|
So, the problem is that when we use |
|
Test build #46257 has finished for PR 9739 at commit
|
|
@yhuai Thanks for your feedbacks. Let me update the PR accordingly. |
…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 #9739 closes #9739 Author: Jean-Baptiste Onofré <jbonofre@apache.org> Author: Yin Huai <yhuai@databricks.com> Closes #9868 from yhuai/SPARK-11716. (cherry picked from commit 03ba56d) Signed-off-by: Michael Armbrust <michael@databricks.com>
|
Awesome, thanks a lot @yhuai ! |
|
no problem! Thank you for your fix! |
…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 apache/spark#9739 closes #9739 Author: Jean-Baptiste Onofré <jbonofre@apache.org> Author: Yin Huai <yhuai@databricks.com> Closes #9868 from yhuai/SPARK-11716.
…ing the UserDefinedFunction