Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create datafusion-physical-optimizer crate #11507

Merged
merged 4 commits into from
Jul 17, 2024

Conversation

lewiszlw
Copy link
Member

Which issue does this PR close?

Part of #11502.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the core Core DataFusion crate label Jul 17, 2024
workspace = true

[dependencies]
datafusion-common = { workspace = true, default-features = true }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the same as datafusion-common = { workspace = true }

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be same because datafusion-common doesn't specify default feature. I just followed datafusion-optimizer's Cargo.toml here.

Copy link
Contributor

@jayzhan211 jayzhan211 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -- thanks @lewiszlw

FYI @mustafasrepo and @ozankabak

@@ -42,4 +42,4 @@ mod utils;
#[cfg(test)]
pub mod test_utils;

pub use optimizer::PhysicalOptimizerRule;
pub use datafusion_physical_optimizer::*;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ozankabak
Copy link
Contributor

I like the idea of moving the physical optimizer into its own crate, thank you

@alamb alamb merged commit 58da969 into apache:main Jul 17, 2024
25 checks passed
Lordworms pushed a commit to Lordworms/arrow-datafusion that referenced this pull request Jul 23, 2024
* Create datafusion-physical-optimizer crate

* fmt .md

* Update Cargo.lock in datafusion-cli

* fmt toml and fix doc
wiedld pushed a commit to influxdata/arrow-datafusion that referenced this pull request Jul 31, 2024
* Create datafusion-physical-optimizer crate

* fmt .md

* Update Cargo.lock in datafusion-cli

* fmt toml and fix doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants