beliefer commented on a change in pull request #27439: [SPARK-29108][SQL][TESTS][FOLLOWUP] Comment out no use and insert into statement of window.sql (Part 2) URL: https://github.com/apache/spark/pull/27439#discussion_r375612978
########## File path: sql/core/src/test/resources/sql-tests/inputs/postgreSQL/window_part2.sql ########## @@ -99,6 +111,7 @@ FROM tenk1 WHERE unique1 < 10; -- nth_value(salary, 1) over(order by salary range between 1000 preceding and 1000 following), -- salary from empsalary; +-- [SPARK-30734] AnalysisException that window RangeFrame not match RowFrame select last(salary) over(order by salary range between 1000 preceding and 1000 following), Review comment: OK ---------------------------------------------------------------- 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]
