[jira] [Updated] (SPARK-11781) SparkR has problem in inferring type of raw type

2015-11-29 Thread Shivaram Venkataraman (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivaram Venkataraman updated SPARK-11781: -- Assignee: Sun Rui > SparkR has problem in inferring type of raw type >

[jira] [Updated] (SPARK-11781) SparkR has problem in inferring type of raw type

2015-11-17 Thread Sun Rui (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sun Rui updated SPARK-11781: Description: {code} > bytes <- as.raw(c(1, 2 ,3)) > bytes [1] 01 02 03 > df <- createDataFrame(sqlContext,