Skip to content

Commit

Permalink
fix: increment row count
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Feb 21, 2025
1 parent 920dc40 commit 6fc59d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parseable/staging/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ impl<const N: usize> DiskWriter<N> {
}
} else {
self.inner.write(rb)?;
self.count += rb.num_rows();
}

Ok(())
Expand Down

0 comments on commit 6fc59d5

Please sign in to comment.