You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dylan Guedes (JIRA)" <ji...@apache.org> on 2019/07/24 12:49:00 UTC

[jira] [Created] (SPARK-28501) frame bound must be a literal

Dylan Guedes created SPARK-28501:
------------------------------------

             Summary: frame bound must be a literal
                 Key: SPARK-28501
                 URL: https://issues.apache.org/jira/browse/SPARK-28501
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Dylan Guedes


Spark frame bound currently only supports literals:

{code:sql}
SELECT sum(unique1) over  (order by unique1 rows (SELECT unique1 FROM tenk1 ORDER BY unique1 LIMIT 1) + 1 PRECEDING),  unique1 FROM tenk1 WHERE unique1 < 10;{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org