ethe commented on PR #7360:
URL: https://github.com/apache/arrow-rs/pull/7360#issuecomment-2766671416

   > What is the use case for constructing Sbbf?
   
   I can not find the way to get `Sbbf` instances in the async read path of 
`parquet` crates, this only works with `SerializedRowGroupReader`, but it is 
synchronous, so I have to construct it manually from `bytes::Bytes`. 
   
   > If you are using DataFusion already
   
   I do not use datafusion (not yet), if there is a first-party scan method of 
parquet async reader with prediction/projection/limitation pushdown, that is 
what I need. I'd like to say `TableProvider` provides similar semantics to the 
above API, but I'm not sure it is the best choice to be the first-party 
implementation in `parquet`.
   
   > My biggest concern here is adding more code to maintain as part of this 
crate that may not be widely used
   
   Tonbo and also Chroma(@HammadB) both run into this issue.


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