Skip to content

Commit

Permalink
fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Apr 3, 2023
1 parent d475d4f commit 1cb6cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/src/hash/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,9 @@ impl HashKeySerializer for SerializedKeySerializer {
None => {
serialize_datum_into(&None, &mut self.buffer);
self.null_bitmap.set_true(self.null_bitmap_idx);
self.null_bitmap_idx += 1;
}
}
self.null_bitmap_idx += 1;
}

fn into_hash_key(self) -> SerializedKey {
Expand Down

0 comments on commit 1cb6cca

Please sign in to comment.