alamb commented on issue #5427: URL: https://github.com/apache/arrow-rs/issues/5427#issuecomment-1963843658
In my opinion it is strange to have `object_store` support but not OpenDAL support in the `parquet` crate. What do we think about moving the `object_store` support out of the parquet crate (and into an external `parquet_objectstore` for example)? This would make the boundaries between crates more clear perhaps, ensuring that the core parquet reading functionality was decoupled from any particular IO API / implementation? If we chose not to put the OpenDAL support in the parquet crate, I think we could at least add some links to it in the parquet documentation. -- 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]
