alamb commented on PR #9694:
URL: https://github.com/apache/arrow-rs/pull/9694#issuecomment-4314692549

   > > What do you think about the idea of an API to "split" decoders or 
something 🤔
   > 
   > @alamb do you mean adding an api like `builder.split_into(vec![rgs_a, 
rgs_b])` in the arrow side to simplify some work on df side?
   
   Yeah, I was thinking maybe there was some way to take some slice of decoder 
rows off. However, perhaps 
https://docs.rs/parquet/58.0.0/parquet/arrow/push_decoder/struct.ParquetPushDecoder.html#method.try_next_reader
 ks all we need 🤔 


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