[jira] [Commented] (SPARK-13301) PySpark Dataframe return wrong results with custom UDF

2017-09-25 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16179894#comment-16179894 ] Wei Zheng commented on SPARK-13301: --- I recently came across a similar wrong result issue with Spark SQL

[jira] [Commented] (SPARK-13301) PySpark Dataframe return wrong results with custom UDF

2016-09-01 Thread Tom Phillips (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15455112#comment-15455112 ] Tom Phillips commented on SPARK-13301: -- I'm unable to reproduce this bug using the code above on 1.5

[jira] [Commented] (SPARK-13301) PySpark Dataframe return wrong results with custom UDF

2016-07-20 Thread Sam Fishman (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15386564#comment-15386564 ] Sam Fishman commented on SPARK-13301: - I am having the same issue when applying a udf to a DataFrame.

[jira] [Commented] (SPARK-13301) PySpark Dataframe return wrong results with custom UDF

2016-03-08 Thread Anand Nalya (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184828#comment-15184828 ] Anand Nalya commented on SPARK-13301: - I also encountered the same issue running Spark 1.5.0 on CDH

[jira] [Commented] (SPARK-13301) PySpark Dataframe return wrong results with custom UDF

2016-02-18 Thread Simone (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15152150#comment-15152150 ] Simone commented on SPARK-13301: Maybe could it be dataset dependent? I am not able to reproduce the

[jira] [Commented] (SPARK-13301) PySpark Dataframe return wrong results with custom UDF

2016-02-18 Thread Adrian Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151913#comment-15151913 ] Adrian Wang commented on SPARK-13301: - Hi Simone, I tried your code using master branch and the

[jira] [Commented] (SPARK-13301) PySpark Dataframe return wrong results with custom UDF

2016-02-15 Thread Simone (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15147161#comment-15147161 ] Simone commented on SPARK-13301: Hi, The values in col1 field are 32 chars long. The output of your

[jira] [Commented] (SPARK-13301) PySpark Dataframe return wrong results with custom UDF

2016-02-12 Thread Xiu (Joe) Guo (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15145173#comment-15145173 ] Xiu (Joe) Guo commented on SPARK-13301: --- Hi Simone: How long is the string length for each row in