Skip to content

Commit 848b098

Browse files
committed
fix
1 parent 68b8cd8 commit 848b098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ffi/src/expressions/kernel_visitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ impl NullTypeTag {
501501
PrimitiveType::TimestampNtz => (Self::TimestampNtz, 0, 0),
502502
PrimitiveType::Decimal(dt) => (Self::Decimal, dt.precision(), dt.scale()),
503503
// TODO: Once real FFI geo support lands, new NullTypeTag::Geometry / ::Geography variants
504-
// willreplace this arm.
504+
// will replace this arm.
505505
PrimitiveType::Geometry(_) | PrimitiveType::Geography(_) => (Self::Binary, 0, 0),
506506
},
507507
_ => (Self::NonPrimitive, 0, 0),

0 commit comments

Comments
 (0)