Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
demetribu committed Oct 3, 2024
1 parent ec508dd commit b4d7d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion/physical-expr-common/src/binary_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ where
/// Generic version of [`Self::get_payloads`] that handles `ByteArrayType`
/// (both String and Binary).
///
/// See [`get_payloads`] for more details.
/// See `get_payloads` for more details.
fn get_payloads_inner<B>(self, values: &ArrayRef) -> Vec<Option<V>>
where
B: ByteArrayType,
Expand Down
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 @@ -353,7 +353,7 @@ where
/// Generic version of [`Self::get_payloads`] that handles `ByteViewType`
/// (both StringView and BinaryView).
///
/// See [`get_payloads`] for more details.
/// See `get_payloads` for more details.
fn get_payloads_inner<B>(self, values: &ArrayRef) -> Vec<Option<V>>
where
B: ByteViewType,
Expand Down

0 comments on commit b4d7d97

Please sign in to comment.