kylebarron commented on PR #7342:
URL: https://github.com/apache/arrow-rs/pull/7342#issuecomment-2758574023

   You're suggesting removing `get_metadata` in favor of keeping 
`get_metadata_with_options`? If we don't have both we could keep the 
`get_metadata` name but change the signature to
   ```rs
       fn get_metadata(&mut self, options: &ArrowReaderOptions) -> 
BoxFuture<'_, Result<Arc<ParquetMetaData>>>;
   ```
   ?


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