mustafasrepo commented on code in PR #8662: URL: https://github.com/apache/arrow-datafusion/pull/8662#discussion_r1436991358
########## datafusion/sqllogictest/test_files/distinct_on.slt: ########## @@ -78,7 +78,7 @@ c 4 query I SELECT DISTINCT ON (c1) c2 FROM aggregate_test_100 ORDER BY c1, c3; ---- -5 +4 Review Comment: I ran same query in the postgre, it gave the same result with the new version. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
