andygrove commented on code in PR #15542: URL: https://github.com/apache/datafusion/pull/15542#discussion_r2038144471
########## datafusion/sqllogictest/test_files/group_by.slt: ########## @@ -2232,7 +2232,7 @@ physical_plan 03)----StreamingTableExec: partition_sizes=1, projection=[a, b, c], infinite_source=true, output_ordering=[a@0 ASC NULLS LAST, b@1 ASC NULLS LAST, c@2 ASC NULLS LAST] query III -SELECT a, b, LAST_VALUE(c) as last_c Review Comment: The behavior of this query changed, and the query was updated to produce the original results. This seems like it was unintended. I filed https://github.com/apache/datafusion/issues/15676 -- 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