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 1e1c368 commit 54e0d66
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 @@ -121,7 +121,7 @@ where
map: hashbrown::raw::RawTable<Entry<V>>,
/// Total size of the map in bytes
map_size: usize,

/// Builder for output array
builder: GenericByteViewBuilder<BinaryViewType>,
/// random state used to generate hashes
random_state: RandomState,
Expand Down

0 comments on commit 54e0d66

Please sign in to comment.