Skip to content

Commit

Permalink
Sumfloat overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed May 16, 2024
1 parent 173f521 commit 602e1f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ TEST_F(SumAggregationTest, decimalRangeOverflow) {
}

TEST_F(SumAggregationTest, sumFloat) {
auto data = makeRowVector({makeFlatVector<float>({2.00, 1.00})});
auto data = makeRowVector({makeFlatVector<float>({3.4028235E38, 3.4028235E38})});
createDuckDbTable({data});

testAggregations(
Expand Down

0 comments on commit 602e1f3

Please sign in to comment.