You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Weiqiang Zhuang (JIRA)" <ji...@apache.org> on 2015/10/01 19:43:27 UTC

[jira] [Created] (SPARK-10904) select(df, c("col1", "col2")) fails

Weiqiang Zhuang created SPARK-10904:
---------------------------------------

             Summary:   select(df, c("col1", "col2")) fails
                 Key: SPARK-10904
                 URL: https://issues.apache.org/jira/browse/SPARK-10904
             Project: Spark
          Issue Type: Bug
          Components: SparkR
    Affects Versions: 1.5.0
            Reporter: Weiqiang Zhuang


The help page for 'select' gives an example of 
  select(df, c("col1", "col2"))

However, this fails with assertion:

java.lang.AssertionError: assertion failed
	at scala.Predef$.assert(Predef.scala:165)
	at org.apache.spark.api.r.SerDe$.readStringBytes(SerDe.scala:92)
	at org.apache.spark.api.r.SerDe$.readString(SerDe.scala:99)
	at org.apache.spark.api.r.SerDe$.readTypedObject(SerDe.scala:63)
	at org.apache.spark.api.r.SerDe$.readObject(SerDe.scala:52)
	at org.apache.spark.api.r.RBackendHandler$$anonfun$readArgs$1.apply(RBackendHandler.scala:182)
	at org.apache.spark.api.r.RBackendHandler$$anonfun$readArgs$1.apply(RBackendHandler.scala:181)

And then none of the functions will work with following error:
> head(df)
 Error in if (returnStatus != 0) { : argument is of length zero 



--
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