andygrove commented on issue #16308: URL: https://github.com/apache/datafusion/issues/16308#issuecomment-2949516445
I also see a correctness issue in another test related to windowed aggregates: ``` 2025-06-06T14:15:31.2495550Z [info] - postgreSQL/window_part1.sql *** FAILED *** (4 seconds, 628 milliseconds) 2025-06-06T14:15:31.2496326Z [info] postgreSQL/window_part1.sql 2025-06-06T14:15:31.2496774Z [info] Expected "...10 2025-06-06T14:15:31.2498107Z [info] 10 2025-06-06T14:15:31.2499258Z [info] 10 2025-06-06T14:15:31.2501018Z [info] 10 2025-06-06T14:15:31.2502765Z [info] 10 2025-06-06T14:15:31.2503832Z [info] 10 2025-06-06T14:15:31.2505296Z [info] 10[]", but got "...10 2025-06-06T14:15:31.2506923Z [info] 10 2025-06-06T14:15:31.2507701Z [info] 10 2025-06-06T14:15:31.2509163Z [info] 10 2025-06-06T14:15:31.2510556Z [info] 10 2025-06-06T14:15:31.2515385Z [info] 10 2025-06-06T14:15:31.2515856Z [info] 10[ 2025-06-06T14:15:31.2516281Z [info] 20 2025-06-06T14:15:31.2517702Z [info] 20 2025-06-06T14:15:31.2520319Z [info] 20 2025-06-06T14:15:31.2521616Z [info] 20 2025-06-06T14:15:31.2523696Z [info] 20 2025-06-06T14:15:31.2525531Z [info] 20 2025-06-06T14:15:31.2527524Z [info] 20 2025-06-06T14:15:31.2529429Z [info] 20 2025-06-06T14:15:31.2536478Z [info] 20 2025-06-06T14:15:31.2536985Z [info] 20]" Result did not match for query #2 2025-06-06T14:15:31.2538025Z [info] SELECT COUNT(*) OVER () FROM tenk1 WHERE unique2 < 10 (SQLQueryTestSuite.scala:663) ``` -- 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. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org