Skip to content

Commit d97a6d0

Browse files
XiangpengHaoalamb
andauthored
Update datafusion/physical-expr-common/src/binary_view_map.rs
Co-authored-by: Andrew Lamb <[email protected]>
1 parent 54e0d66 commit d97a6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr-common/src/binary_view_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ where
195195
MP: FnMut(Option<&[u8]>) -> V,
196196
OP: FnMut(V),
197197
{
198-
// Sanity array type
198+
// Sanity check array type
199199
match self.output_type {
200200
OutputType::BinaryView => {
201201
assert!(matches!(values.data_type(), DataType::BinaryView));

0 commit comments

Comments
 (0)