Skip to content

Commit

Permalink
fixup! fix: floatEquals and floatBetween with null values
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKellerer committed Apr 30, 2024
1 parent c5773cd commit 63526a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions endToEndTests/test/queries/floatBetween_noBound.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"testCaseName": "FloatBetween for column without bounds",
"testCaseName": "FloatBetween for column without bounds returns all non null values",
"query": {
"action": {
"type": "Aggregated"
Expand All @@ -13,7 +13,7 @@
},
"expectedQueryResult": [
{
"count": 100
"count": 98
}
]
}

0 comments on commit 63526a2

Please sign in to comment.