Skip to content

Commit

Permalink
Use normal hasher for booleans
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Leitao <[email protected]>
  • Loading branch information
Dandandan and jorgecarleitao authored Apr 26, 2021
1 parent 3ebd266 commit 2f30453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/src/physical_plan/hash_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ pub fn create_hashes<'a>(
);
}
DataType::Boolean => {
hash_array_primitive!(
hash_array!(
BooleanArray,
col,
u8,
Expand Down

0 comments on commit 2f30453

Please sign in to comment.