[jira] [Updated] (SPARK-16086) Python UDF failed when there is no arguments

2016-06-21 Thread Xiangrui Meng (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiangrui Meng updated SPARK-16086: -- Fix Version/s: 1.6.2 1.5.3 > Python UDF failed when there is no arguments >

[jira] [Updated] (SPARK-16086) Python UDF failed when there is no arguments

2016-06-21 Thread Xiangrui Meng (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiangrui Meng updated SPARK-16086: -- Fix Version/s: (was: 2.0.0) > Python UDF failed when there is no arguments >

[jira] [Updated] (SPARK-16086) Python UDF failed when there is no arguments

2016-06-20 Thread Davies Liu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davies Liu updated SPARK-16086: --- Description: {code} >>> sqlContext.registerFunction("f", lambda : "a") >>> sqlContext.sql("select

[jira] [Updated] (SPARK-16086) Python UDF failed when there is no arguments

2016-06-20 Thread Davies Liu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davies Liu updated SPARK-16086: --- Affects Version/s: 1.5.2 > Python UDF failed when there is no arguments >