Skip to content

Commit

Permalink
test: fix flaky test `two_phase_approx_percentile_merge_stateless_agg…
Browse files Browse the repository at this point in the history
….slt` due to rounding (risingwavelabs#19292)
  • Loading branch information
kwannoel authored Nov 8, 2024
1 parent 82a8063 commit 99703d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ statement ok
flush;

query I
select * from m1;
select p01, round(s::numeric, 4), p50, p99 from m1;
----
-963.1209598593477 0.5501000000000007 0.00009999833511933609 3965.1209598593477
-963.1209598593477 0.5501 0.00009999833511933609 3965.1209598593477

query I
select
Expand Down

0 comments on commit 99703d1

Please sign in to comment.