mustafasrepo commented on code in PR #7083: URL: https://github.com/apache/arrow-datafusion/pull/7083#discussion_r1273351244
########## datafusion/core/tests/sqllogictests/test_files/aggregate.slt: ########## @@ -1223,10 +1230,6 @@ select c2, sum(c3) sum_c3, avg(c3) avg_c3, max(c3) max_c3, min(c3) min_c3, count 4 29 1.260869565217 123 -117 23 5 -194 -13.857142857143 118 -101 14 -# csv_query_array_agg_unsupported -statement error This feature is not implemented: Order-sensitive aggregators is not supported on multiple partitions -SELECT array_agg(c13 ORDER BY c1) FROM aggregate_test_100; - Review Comment: This is the same test with above, hence I deleted it -- 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]
