Goffen opened a new issue, #5551: URL: https://github.com/apache/arrow-rs/issues/5551
**Describe the bug** To be able to infer a schema without storing files to disk I want to be able to call the Format::infer_schema method. It's there and seems to work, but it's not exposed so cannot be used outside of library. **To Reproduce** Only method exposed regarding schema inference is `infer_schema_from_files` which is not great to keep things in memory. **Expected behavior** Format to be public, or some other function being public -- 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]
