cloud-fan commented on a change in pull request #30178:
URL: https://github.com/apache/spark/pull/30178#discussion_r521390409
##########
File path: sql/core/src/test/resources/sql-tests/inputs/window.sql
##########
@@ -239,6 +264,11 @@ SELECT
employee_name,
department,
salary,
+ FIRST_VALUE(employee_name) OVER (
Review comment:
we can use the named window frame syntax to avoid duplicating the window
frame definition.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]