Uh oh!
There was an error while loading. Please reload this page.
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
const-ae
commented
Nov 17, 2015
Hi, I guess you should also update the script in the comments that generates the file. |
jbonofre
commented
Nov 17, 2015
Good point, let me update the PR accordingly. Thanks. |
jbonofre
commented
Nov 17, 2015
PR rebased and updated according to @Artjom-Metro comment. |
jbonofre
commented
Nov 18, 2015
Rebase |
yhuai
commented
Nov 18, 2015
Can you change the title format to |
yhuai
commented
Nov 18, 2015
ok to test. |
yhuai
commented
Nov 18, 2015
Can you add a test? |
yhuai
commented
Nov 18, 2015
So, the problem is that when we use |
SparkQA
commented
Nov 19, 2015
Test build #46257 has finished for PR 9739 at commit
|
jbonofre
commented
Nov 19, 2015
@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 #9739closes#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>
jbonofre
commented
Nov 21, 2015
Awesome, thanks a lot @yhuai ! |
yhuai
commented
Nov 21, 2015
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