Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed May 3, 2023
1 parent 21b0007 commit 5c6f764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/src/hash/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,8 @@ impl<B: NullBitmap> HashKey for SerializedKey<B> {
})
.collect_vec();

assert_eq!(data_chunk.cardinality(), estimated_key_sizes.len());
assert_eq!(hash_codes.len(), estimated_key_sizes.len());
// Construct serializers for each row.
let mut serializers: Vec<Self::S> = hash_codes
.into_iter()
Expand Down

0 comments on commit 5c6f764

Please sign in to comment.