Skip to content

Commit b4d7d97

Browse files
committed
minor changes
1 parent ec508dd commit b4d7d97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ where
530530
/// Generic version of [`Self::get_payloads`] that handles `ByteArrayType`
531531
/// (both String and Binary).
532532
///
533-
/// See [`get_payloads`] for more details.
533+
/// See `get_payloads` for more details.
534534
fn get_payloads_inner<B>(self, values: &ArrayRef) -> Vec<Option<V>>
535535
where
536536
B: ByteArrayType,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ where
353353
/// Generic version of [`Self::get_payloads`] that handles `ByteViewType`
354354
/// (both StringView and BinaryView).
355355
///
356-
/// See [`get_payloads`] for more details.
356+
/// See `get_payloads` for more details.
357357
fn get_payloads_inner<B>(self, values: &ArrayRef) -> Vec<Option<V>>
358358
where
359359
B: ByteViewType,

0 commit comments

Comments
 (0)