alamb commented on code in PR #6232:
URL: https://github.com/apache/arrow-rs/pull/6232#discussion_r1715028692
##########
parquet/src/column/reader.rs:
##########
@@ -240,6 +240,12 @@ where
let (mut records_read, levels_read) =
reader.read_rep_levels(out, remaining_records,
remaining_levels)?;
+ if levels_read == 0 {
+ // Tha fact that we're still looping implies there
must be some levels to read.
Review Comment:
```suggestion
// The fact that we're still looping implies there
must be some levels to read.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]