[jira] [Commented] (SPARK-12483) Data Frame as() does not work in Java

2015-12-22 Thread Xiao Li (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15069020#comment-15069020 ] Xiao Li commented on SPARK-12483: - That means, it is not a bug. Thanks! > Data Frame as() does not work

[jira] [Commented] (SPARK-12483) Data Frame as() does not work in Java

2015-12-22 Thread Andrew Davidson (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15069027#comment-15069027 ] Andrew Davidson commented on SPARK-12483: - Hi Xiao thanks for looking at the issue is there a

[jira] [Commented] (SPARK-12483) Data Frame as() does not work in Java

2015-12-22 Thread Xiao Li (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15069055#comment-15069055 ] Xiao Li commented on SPARK-12483: - Hi, Andy, See this example: {code} DataFrame df = hc.range(0,

[jira] [Commented] (SPARK-12483) Data Frame as() does not work in Java

2015-12-22 Thread Xiao Li (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15069019#comment-15069019 ] Xiao Li commented on SPARK-12483: - {code}as{code} is used to return a new DataFrame with an alias set.