Skip to content

Commit 9e3ebd5

Browse files
author
Devanshu
committed
Change PI to something else
1 parent 06d23a9 commit 9e3ebd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/functions/src/math/floor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ mod tests {
400400
// Therefore preimage should return None for non-integer literals
401401
assert_preimage_none(ScalarValue::Float64(Some(1.3)));
402402
assert_preimage_none(ScalarValue::Float64(Some(-2.5)));
403-
assert_preimage_none(ScalarValue::Float32(Some(3.14)));
403+
assert_preimage_none(ScalarValue::Float32(Some(3.7)));
404404
}
405405

406406
#[test]

0 commit comments

Comments
 (0)