gabotechs commented on PR #1: URL: https://github.com/apache/datafusion-iceberg/pull/1#issuecomment-5635557150
Done, the folder structure is the following one: - `src/`: the main crate with the DataFusion integration, what previously was `crates/integrations/datafusion/` - `sqllogictest/`: crate with the sqllogictests, what previously was `crates/sqllogictest/` - `playground/`: crate with the iceberg-playground tool, what previously was `crates/integrations/playground/` This means that even if there's a workspace with attached crates, there's still one main central crate that is DataFusion integration. It's not exactly the same folder structure we had before, but IMO this is a good solution. Happy to hear other opinions if any. -- 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]
