[ 
https://issues.apache.org/jira/browse/SPARK-51565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dusan Tisma updated SPARK-51565:
--------------------------------
    Description: 
SQL parameters should be supported in window frame clauses, but are currently 
not. Example:

 
{{SELECT}}
{{SUM(month) OVER (ORDER BY month ROWS BETWEEN CURRENT ROW AND :param1 
FOLLOWING)FROM windowData}}

  was:
SQL parameters should be supported in window frame clauses, but are currently 
not. Example:

 
{{{{SELECT}}}}
{{{{ SUM(month) OVER (ORDER BY month ROWS BETWEEN CURRENT ROW AND :param1 
FOLLOWING)FROM windowData}}}}


> Support SQL parameters in window frame clause
> ---------------------------------------------
>
>                 Key: SPARK-51565
>                 URL: https://issues.apache.org/jira/browse/SPARK-51565
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Dusan Tisma
>            Priority: Major
>
> SQL parameters should be supported in window frame clauses, but are currently 
> not. Example:
>  
> {{SELECT}}
> {{SUM(month) OVER (ORDER BY month ROWS BETWEEN CURRENT ROW AND :param1 
> FOLLOWING)FROM windowData}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to