beliefer commented on a change in pull request #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression URL: https://github.com/apache/spark/pull/26656#discussion_r355321028
########## File path: sql/core/src/test/resources/sql-tests/inputs/postgreSQL/window_part3.sql ########## @@ -400,10 +400,10 @@ SELECT ntile(0) OVER (ORDER BY ten), ten, four FROM tenk1; -- filter -- [SPARK-28500] Adds support for `filter` clause Review comment: @maropu I created a new jira https://issues.apache.org/jira/browse/SPARK-30182. ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
