refactor: update read_buffer/src/column/encoding/scalar/fixed.rs

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
pull/24376/head
Edd Robinson 2021-08-12 15:57:01 +01:00 committed by GitHub
parent c68bbb6309
commit e78aebdf19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ mod test {
#[test]
fn size() {
let (v, _) = new_encoding(vec![22_i64, 1, 18]);
// Self if 32 bytes and there are 3 * 8b values
// Self is 32 bytes and there are 3 * 8b values
assert_eq!(v.size(false), 56);
// check pre-allocated sizing