From 2f30453ec678d8c04f21e5584ac2dec557a7a8fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Heres?= Date: Mon, 26 Apr 2021 23:04:52 +0200 Subject: [PATCH] Use normal hasher for booleans Co-authored-by: Jorge Leitao --- datafusion/src/physical_plan/hash_join.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/src/physical_plan/hash_join.rs b/datafusion/src/physical_plan/hash_join.rs index a23b7c3a6145..5e26329af008 100644 --- a/datafusion/src/physical_plan/hash_join.rs +++ b/datafusion/src/physical_plan/hash_join.rs @@ -952,7 +952,7 @@ pub fn create_hashes<'a>( ); } DataType::Boolean => { - hash_array_primitive!( + hash_array!( BooleanArray, col, u8,