Skip to content

Commit

Permalink
Update core/src/execution/datafusion/spark_hash.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Liang-Chi Hsieh <[email protected]>
  • Loading branch information
advancedxy and viirya authored May 30, 2024
1 parent b51dc84 commit a7c3c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/execution/datafusion/spark_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ fn create_xxhash64_hashes_dictionary<K: ArrowDictionaryKeyType>(
/// The number of rows to hash is determined by `hashes_buffer.len()`.
/// `hashes_buffer` should be pre-sized appropriately
///
/// `hash_method` is the hash function to use
/// `create_dictionary_hash_method` is the function to create hashes for dictionary arrays input
/// `hash_method` is the hash function to use.
/// `create_dictionary_hash_method` is the function to create hashes for dictionary arrays input.
macro_rules! create_hashes_internal {
($arrays: ident, $hashes_buffer: ident, $hash_method: ident, $create_dictionary_hash_method: ident) => {
for (i, col) in $arrays.iter().enumerate() {
Expand Down

0 comments on commit a7c3c4a

Please sign in to comment.