Skip to content

Commit

Permalink
Demonstrte but
Browse files Browse the repository at this point in the history
  • Loading branch information
avantgardnerio committed Oct 7, 2024
1 parent e6dcd6c commit 88d1432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/test_files/aggregates_topk.slt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ statement ok
set datafusion.optimizer.enable_topk_aggregation = true;

query TI
select * from (select trace_id, MAX(timestamp) max_ts from traces t group by trace_id) where trace_id != 'b' order by max_ts desc limit 3;
select * from (select trace_id, MAX(timestamp) max_ts from traces t group by trace_id) where max_ts != 3 order by max_ts desc limit 2;
----
c 4
a 1
Expand Down

0 comments on commit 88d1432

Please sign in to comment.