[jira] [Commented] (SPARK-12095) Window function rowsBetween throws exception

2016-01-05 Thread Tristan Reid (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15082921#comment-15082921 ] Tristan Reid commented on SPARK-12095: -- The SQL syntax doesn't appear to work at all. `select

[jira] [Commented] (SPARK-12095) Window function rowsBetween throws exception

2016-01-05 Thread Tristan Reid (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15083823#comment-15083823 ] Tristan Reid commented on SPARK-12095: -- Ah thanks, I see - I was using SqlContext, not HiveContext.

[jira] [Commented] (SPARK-12095) Window function rowsBetween throws exception

2016-01-05 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15083847#comment-15083847 ] Yin Huai commented on SPARK-12095: -- Does the error message that you got when using dataframe API

[jira] [Commented] (SPARK-12095) Window function rowsBetween throws exception

2016-01-05 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15083851#comment-15083851 ] Yin Huai commented on SPARK-12095: -- [~imachabeli] where did you find it? > Window function rowsBetween

[jira] [Commented] (SPARK-12095) Window function rowsBetween throws exception

2016-01-05 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15083853#comment-15083853 ] Yin Huai commented on SPARK-12095: -- Ah, I found it. It is inside column.py

[jira] [Commented] (SPARK-12095) Window function rowsBetween throws exception

2016-01-05 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15083813#comment-15083813 ] Yin Huai commented on SPARK-12095: -- Are you using {{sqlContext.sql(yourQuery)}}? Are you using

[jira] [Commented] (SPARK-12095) Window function rowsBetween throws exception

2016-01-05 Thread Irakli Machabeli (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15083833#comment-15083833 ] Irakli Machabeli commented on SPARK-12095: -- It is mentioned briefly in API docs "Note Window

[jira] [Commented] (SPARK-12095) Window function rowsBetween throws exception

2015-12-02 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036958#comment-15036958 ] Yin Huai commented on SPARK-12095: -- In DataFrame API, the syntax is different from SQL's syntax. You can