Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Mar 5, 2024
1 parent 61e1cbf commit 8909d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arrow_reader/decoder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ pub trait ArrayBatchDecoder: Send {
// TODO: encode nullability in generic -> for a given column in a stripe, we will always know
// upfront if we need to bother with nulls or not, so we don't need to keep checking this
// for every invocation of next_batch
// NOTE: null parent may have non-null child, so would still have to account for this
fn next_batch(
&mut self,
batch_size: usize,
Expand Down

0 comments on commit 8909d01

Please sign in to comment.