Skip to content

Commit 5d4887b

Browse files
author
Devanshu
committed
Debug assert and fix formatting
1 parent ec36743 commit 5d4887b

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
@@ -230,7 +230,7 @@ impl ScalarUDFImpl for FloorFunc {
230230

231231
// Compute lower bound (N) and upper bound (N + 1) using helper functions
232232
let Some((lower, upper)) = (match lit_value {
233-
// Decimal types should be supported and tracked in
233+
// Decimal types should be supported and tracked in
234234
// https://github.com/apache/datafusion/issues/20080
235235
// Floating-point types
236236
ScalarValue::Float64(Some(n)) => float_preimage_bounds(*n).map(|(lo, hi)| {

0 commit comments

Comments
 (0)