emilk commented on code in PR #10673:
URL: https://github.com/apache/arrow-rs/pull/10673#discussion_r3775029801
##########
parquet/src/arrow/async_reader/mod.rs:
##########
@@ -916,7 +915,6 @@ where
// Push the requested data to the decoder
self.decoder.push_ranges(ranges, data)?;
self.request_state = RequestState::None { input };
- continue; // next iteration will try to decode the
next batch
Review Comment:
Add back this comment
##########
parquet/src/arrow/async_reader/mod.rs:
##########
@@ -849,7 +849,6 @@ where
// Push the requested data to the decoder and try again
self.decoder.push_ranges(ranges, data)?;
self.request_state = RequestState::None { input };
- continue; // try and decode on next iteration
Review Comment:
add back this comment
--
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]