westonpace commented on issue #7983:
URL: https://github.com/apache/arrow-rs/issues/7983#issuecomment-3169297548

   I'll agree that I am also a little confused by the "push" terminology.  The 
API you shared [here 
](https://github.com/apache/arrow-rs/issues/7983#issuecomment-3164225211) is 
pull-based isn't it?
   
   ```
    let mut decoder = get_decoder();
    loop {
       match decoder.try_decode().unwrap() {
           ...
       }
    }
   ```
   
   Aren't we repeatedly polling `decoder` by calling `try_decode`?


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