We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd83ef commit c48499eCopy full SHA for c48499e
src/parseable/staging/reader.rs
@@ -58,7 +58,7 @@ impl Iterator for ReverseReader {
58
type Item = Result<RecordBatch, ArrowError>;
59
60
fn next(&mut self) -> Option<Self::Item> {
61
- if self.idx <= 0 {
+ if self.idx == 0 {
62
return None;
63
}
64
0 commit comments