alamb commented on code in PR #8159:
URL: https://github.com/apache/arrow-rs/pull/8159#discussion_r2482727132


##########
parquet/src/util/push_buffers.rs:
##########
@@ -200,13 +200,6 @@ impl ChunkReader for PushBuffers {
     }
 
     fn get_bytes(&self, start: u64, length: usize) -> Result<Bytes, 
ParquetError> {
-        if start > self.file_len {

Review Comment:
   the async decoder doesn't know (or need to know) the entire file length so I 
removed this somewhat more specific error message and instead will rely on the 
underlying source reporting errors when appropriate



-- 
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]

Reply via email to