Skip to content

Commit 281fbed

Browse files
committed
Fix clippy
1 parent fb79638 commit 281fbed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ impl ArrowBytesViewSet {
100100
/// This is a specialized HashMap with the following properties:
101101
///
102102
/// 1. Optimized for storing and emitting Arrow byte types (e.g.
103-
/// `StringViewArray` / `BinaryViewArray`) very efficiently by minimizing copying of
104-
/// the string values themselves, both when inserting and when emitting the
105-
/// final array.
103+
/// `StringViewArray` / `BinaryViewArray`) very efficiently by minimizing copying of
104+
/// the string values themselves, both when inserting and when emitting the
105+
/// final array.
106106
///
107107
/// 2. Retains the insertion order of entries in the final array. The values are
108-
/// in the same order as they were inserted.
108+
/// in the same order as they were inserted.
109109
///
110110
/// Note this structure can be used as a `HashSet` by specifying the value type
111111
/// as `()`, as is done by [`ArrowBytesViewSet`].

0 commit comments

Comments
 (0)