We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920dc40 commit 6fc59d5Copy full SHA for 6fc59d5
src/parseable/staging/writer.rs
@@ -83,6 +83,7 @@ impl<const N: usize> DiskWriter<N> {
83
}
84
} else {
85
self.inner.write(rb)?;
86
+ self.count += rb.num_rows();
87
88
89
Ok(())
0 commit comments