You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Miao Wang (JIRA)" <ji...@apache.org> on 2016/10/07 05:33:20 UTC

[jira] [Commented] (SPARK-17811) SparkR cannot parallelize data.frame with NA or NULL in Date columns

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

Miao Wang commented on SPARK-17811:
-----------------------------------

I am looking at this issue.

Thanks!

> SparkR cannot parallelize data.frame with NA or NULL in Date columns
> --------------------------------------------------------------------
>
>                 Key: SPARK-17811
>                 URL: https://issues.apache.org/jira/browse/SPARK-17811
>             Project: Spark
>          Issue Type: Bug
>          Components: SparkR
>    Affects Versions: 2.0.1
>            Reporter: Hossein Falaki
>
> To reproduce: 
> {code}
> df <- data.frame(Date = as.Date(c(rep("2016-01-10", 10), "NA", "NA")), id = 1:12)
> dim(createDataFrame(df))
> {code}
> We don't seem to have this problem with POSIXlt 
> {code}
> df <- data.frame(Date = as.POSIXlt(as.Date(c(rep("2016-01-10", 10), "NA", "NA"))), id = 1:12)
> dim(createDataFrame(df))
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org