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

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

non-codegen also works:
{code}
withSQLConf(SQLConf.CODEGEN_ENABLED.key -> "false") {
  val df = testData.select(rand())
  println(df.showString(5))
  println(df.showString(5))
  println(df.collect().take(5).mkString("\n"))
}
{code}

> 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