Xuanwo commented on PR #1854: URL: https://github.com/apache/iceberg-rust/pull/1854#issuecomment-3551894607
I had an offline discussion with @liurenjie1024 and we’ve agreed to refactor our efforts to modularize the `iceberg` implementations instead of adding a new `iceberg-kernel` crate. In short, we’ll expose all our core traits in `iceberg` and make it modular so users can plug in whatever they need. At the same time, we’ll provide a pre-built stack to make it easier for users to start scanning an iceberg table. In the past, we thought it was better to split into more crates, but we realized it just added to our maintenance burden keeping those tiny crates up to date and most of the time we need to use them all at once. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
