Skip to content

Commit bb749ba

Browse files
committed
chore: ensure len_nef is cleared
1 parent c88f36b commit bb749ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cbq/core/block.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ impl ColumnarBlock {
112112
self.num_records = 0;
113113
self.current_size = 0;
114114
self.num_npos = 0;
115+
self.len_nef = 0;
115116
}
116117

117118
// clear spans

0 commit comments

Comments
 (0)