[ 
https://issues.apache.org/jira/browse/SPARK-8608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14638355#comment-14638355
 ] 

Wenchen Fan commented on SPARK-8608:
------------------------------------

How to reproduce this issue? I tried
{{{
val df = testData.select(rand())
println(df.showString(5))
println(df.showString(5))
println(df.collect().take(5).mkString("\n"))
}}}
but they return same result.

> After initializing a DataFrame with random columns and a seed, df.show should 
> return same value
> -----------------------------------------------------------------------------------------------
>
>                 Key: SPARK-8608
>                 URL: https://issues.apache.org/jira/browse/SPARK-8608
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 1.4.0, 1.4.1
>            Reporter: Burak Yavuz
>            Priority: Critical
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to