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

[split/17] move the rest of physical expr to datafusion-physical-expr crate #1892

Merged
merged 1 commit into from
Feb 28, 2022

Conversation

jimexist
Copy link
Member

Which issue does this PR close?

Rationale for this change

move the rest of physical expr to datafusion-physical-expr crate

What changes are included in this PR?

Are there any user-facing changes?

@jimexist jimexist changed the title move the rest of physical expr to datafusion-physical-expr crate [split/17] move the rest of physical expr to datafusion-physical-expr crate Feb 27, 2022
@github-actions github-actions bot added the datafusion Changes in the datafusion crate label Feb 27, 2022
@jimexist jimexist force-pushed the move-more-physical-expr branch 4 times, most recently from 592f74a to 2e6ea19 Compare February 27, 2022 12:18
@jimexist jimexist requested review from alamb and houqp and removed request for alamb February 27, 2022 12:19
unicode_expressions = ["unicode-segmentation"]
crypto_expressions = [ "datafusion-physical-expr/crypto_expressions" ]
unicode_expressions = ["datafusion-physical-expr/regex_expressions"]
regex_expressions = ["datafusion-physical-expr/regex_expressions"]
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

is_avg_support_arg_type, is_correlation_support_arg_type,
is_covariance_support_arg_type, is_stddev_support_arg_type, is_sum_support_arg_type,
is_variance_support_arg_type, try_cast,
pub use datafusion_physical_expr::coercion_rule::aggregate_rule::{
Copy link
Contributor

Choose a reason for hiding this comment

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

yeah as a follow on we can maybe consolidate a bit more. This is good for now 👍

@alamb alamb merged commit eb5a18a into apache:master Feb 28, 2022
@alamb
Copy link
Contributor

alamb commented Feb 28, 2022

Thanks @jimexist !

@jimexist jimexist deleted the move-more-physical-expr branch March 1, 2022 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants