Skip to content

Commit

Permalink
Update datafusion/physical-expr-common/src/binary_view_map.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
XiangpengHao and alamb authored Jul 18, 2024
1 parent 54e0d66 commit d97a6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-expr-common/src/binary_view_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ where
MP: FnMut(Option<&[u8]>) -> V,
OP: FnMut(V),
{
// Sanity array type
// Sanity check array type
match self.output_type {
OutputType::BinaryView => {
assert!(matches!(values.data_type(), DataType::BinaryView));
Expand Down

0 comments on commit d97a6d0

Please sign in to comment.