Skip to content

Commit

Permalink
Make agg_func_substitute test deterministic (#9340)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove authored Feb 26, 2024
1 parent 2258558 commit 3050699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datafusion/sqllogictest/test_files/agg_func_substitute.slt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ ProjectionExec: expr=[a@0 as a, NTH_VALUE(multiple_ordered_table.c,Int64(1) + In
query II
SELECT a, ARRAY_AGG(c ORDER BY c)[1] as result
FROM multiple_ordered_table
GROUP BY a;
GROUP BY a
ORDER BY a;
----
0 0
1 50

0 comments on commit 3050699

Please sign in to comment.