GitHub user alamb added a comment to the discussion: Moving the DataFusion integration into a separate repository
> I’d like to explore decoupling the development lifecycle of > iceberg-datafusion from iceberg-rust by moving the existing [DataFusion > integration](https://github.com/apache/iceberg-rust/tree/main/crates/integrations/datafusion) > into a crate maintained in a separate repository. FWIW another option would be to leave the iceberg- datafusion crate in this repo for testing, and then create a new integration (maybe fork, maybe something entirely new) in datafusion-contrib that focused on staying up to date with the latest datafusion That might be less disruptive to the iceberg-rust community, at least in the short term. As we see what grows in datafusion-contrib we could then evaluate if it made sense to move / combine the crates FWIW I am happy to make a datafusion-contrib repo for this work GitHub link: https://github.com/apache/iceberg-rust/discussions/2992#discussioncomment-17992856 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
