Dusan Tisma created SPARK-51565: ----------------------------------- Summary: 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
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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org