Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: remzi <[email protected]>
  • Loading branch information
HaoYang670 committed Jul 9, 2022
1 parent 64f3bd6 commit 30d407c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arrow/src/array/builder/generic_list_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ where

let offset_buffer = self.offsets_builder.finish();
let null_bit_buffer = self.bitmap_builder.finish();
self.offsets_builder.append(OffsetSize::zero());
let field = Box::new(Field::new(
"item",
values_data.data_type().clone(),
Expand Down

0 comments on commit 30d407c

Please sign in to comment.