Skip to content

Commit

Permalink
Fix testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
mneverov committed Oct 7, 2020
1 parent 501f8df commit 89b1e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/logictest/testdata/logic_test/aggregate
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ INSERT INTO statistics_agg_test (y, x, int_y, int_x) VALUES
query RRRR
SELECT corr(y, x)::decimal, corr(int_y, int_x)::decimal, corr(y, int_x)::decimal, corr(int_y, x)::decimal FROM statistics_agg_test
----
0.933007822647968 0.933007822647968 0.933007822647968 0.933007822647968
0.9330078226479681 0.9330078226479681 0.9330078226479681 0.9330078226479681

query R
SELECT corr(DISTINCT y, x)::decimal FROM statistics_agg_test
Expand Down

0 comments on commit 89b1e28

Please sign in to comment.