HyukjinKwon commented on a change in pull request #27861:
URL: https://github.com/apache/spark/pull/27861#discussion_r413459621



##########
File path: 
sql/core/src/test/resources/sql-tests/results/postgreSQL/window_part1.sql.out
##########
@@ -422,7 +421,7 @@ struct<ten:int,two:int,gsum:bigint,wsum:bigint>
 -- !query
 SELECT count(*) OVER (PARTITION BY four) FROM (SELECT * FROM tenk1 WHERE 
FALSE)s

Review comment:
       Okay, now I completely got what you're trying to do it. You do want 
_window functions_ to work without specifying the ordering, and non-window 
functions already work without specifying ordering (because the results will be 
deterministic anyway). Yes, -1 for the same comment from @hvanhovell.




----------------------------------------------------------------
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]

Reply via email to