zhuqi-lucas commented on PR #7537:
URL: https://github.com/apache/arrow-rs/pull/7537#issuecomment-2904683633

   It looks like remove this check, can improve a little performance, but still 
regression some cases, can't find the root cause until now.
   
   ```rust
           // Reader should read exactly `batch_size` records except for last 
batch
           if !end_of_stream && (read_records != batch_size) {
               return Err(general_err!(
                   "Internal Error: unexpected read count. Expected 
{batch_size} got {read_records}"
               ));
           }
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to