kosiew commented on code in PR #16589: URL: https://github.com/apache/datafusion/pull/16589#discussion_r2179451974
########## datafusion/physical-expr-adapter/Cargo.toml: ########## @@ -0,0 +1,30 @@ +[package] +name = "datafusion-physical-expr-adapter" +description = "Physical expression schema adaptation utilities for DataFusion" +keywords = ["datafusion", "query", "sql"] +readme = "README.md" +version = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +repository = { workspace = true } +license = { workspace = true } +authors = { workspace = true } +rust-version = { workspace = true } + +[lib] +name = "datafusion_physical_expr_adapter" +path = "src/lib.rs" + +[dependencies] +arrow = { workspace = true } +datafusion-common = { workspace = true } +datafusion-expr = { workspace = true } +datafusion-functions = { workspace = true } +datafusion-physical-expr = { workspace = true } +datafusion-physical-expr-common = { workspace = true } +itertools = { workspace = true } + +[dev-dependencies] +datafusion-expr = { workspace = true } Review Comment: To clarify - datafusion-expr is already in dependency and need not be included in dev-dependency too -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org