[jira] [Commented] (SPARK-12232) Consider exporting read.table in R

2015-12-11 Thread Felix Cheung (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15054003#comment-15054003 ] Felix Cheung commented on SPARK-12232: -- agreed, `sqlTableToDF` would make sense. > Consider

[jira] [Commented] (SPARK-12232) Consider exporting read.table in R

2015-12-10 Thread Shivaram Venkataraman (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051351#comment-15051351 ] Shivaram Venkataraman commented on SPARK-12232: --- Yeah I'm not sure we should expose

[jira] [Commented] (SPARK-12232) Consider exporting read.table in R

2015-12-09 Thread Sun Rui (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15048261#comment-15048261 ] Sun Rui commented on SPARK-12232: - +1 [~yanboliang] Since we already have table(), we can change it to

[jira] [Commented] (SPARK-12232) Consider exporting read.table in R

2015-12-09 Thread Felix Cheung (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15049743#comment-15049743 ] Felix Cheung commented on SPARK-12232: -- table() is not on DataFrame, it's with SQLContext which is

[jira] [Commented] (SPARK-12232) Consider exporting read.table in R

2015-12-09 Thread Sun Rui (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15049887#comment-15049887 ] Sun Rui commented on SPARK-12232: - [~felixcheung] yeah, table() and df.read.table() both works on

[jira] [Commented] (SPARK-12232) Consider exporting read.table in R

2015-12-08 Thread Felix Cheung (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15048039#comment-15048039 ] Felix Cheung commented on SPARK-12232: -- WIP here:

[jira] [Commented] (SPARK-12232) Consider exporting read.table in R

2015-12-08 Thread Felix Cheung (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15048195#comment-15048195 ] Felix Cheung commented on SPARK-12232: -- right, but then table() is confusing as well. R's notion of

[jira] [Commented] (SPARK-12232) Consider exporting read.table in R

2015-12-08 Thread Yanbo Liang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15048189#comment-15048189 ] Yanbo Liang commented on SPARK-12232: - I vote for do not expose read.table because it has different