alamb commented on code in PR #5599: URL: https://github.com/apache/arrow-datafusion/pull/5599#discussion_r1135650581
########## datafusion/core/tests/sqllogictests/test_files/aggregate.slt: ########## @@ -1058,42 +1058,15 @@ NULL 4 29 1.260869565217 123 -117 23 NULL 5 -194 -13.857142857143 118 -101 14 NULL NULL 781 7.81 125 -117 100 +# TODO this querys output is non determinisitic (the order of the elements +# differs run to run +# # csv_query_array_agg_distinct # query T # SELECT array_agg(distinct c2) FROM aggregate_test_100 # ---- # [4, 2, 3, 5, 1] -# TODO: aggregate_timestamps_sum Review Comment: These tests are added in https://github.com/apache/arrow-datafusion/pull/5574 -- 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]
