-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Minor: Move function::Hint
to datafusion-expr
crate to avoid physical-expr dependency for datafusion-function
crate
#11061
Conversation
Signed-off-by: jayzhan211 <[email protected]>
Signed-off-by: jayzhan211 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jayzhan211. LGTM
function::Hint
to datafusion-expr
crate to avoid physical-expr depenedeny for datafusion-function
cratefunction::Hint
to datafusion-expr
crate to avoid physical-expr dependency for datafusion-function
crate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @jayzhan211
@@ -73,7 +73,6 @@ chrono = { workspace = true } | |||
datafusion-common = { workspace = true } | |||
datafusion-execution = { workspace = true } | |||
datafusion-expr = { workspace = true } | |||
datafusion-physical-expr = { workspace = true, default-features = true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
@@ -23,6 +23,14 @@ use arrow::datatypes::{DataType, Field, Schema}; | |||
use datafusion_common::Result; | |||
use std::sync::Arc; | |||
|
|||
#[derive(Debug, Clone, Copy)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eventually it would be great to add some more comments here, but maybe as a follow on PR
Thanks @alamb and @goldmedal |
…ical-expr dependency for `datafusion-function` crate (apache#11061) * mv to expr Signed-off-by: jayzhan211 <[email protected]> * upd lock Signed-off-by: jayzhan211 <[email protected]> --------- Signed-off-by: jayzhan211 <[email protected]>
…ical-expr dependency for `datafusion-function` crate (apache#11061) * mv to expr Signed-off-by: jayzhan211 <[email protected]> * upd lock Signed-off-by: jayzhan211 <[email protected]> --------- Signed-off-by: jayzhan211 <[email protected]>
…ical-expr dependency for `datafusion-function` crate (apache#11061) * mv to expr Signed-off-by: jayzhan211 <[email protected]> * upd lock Signed-off-by: jayzhan211 <[email protected]> --------- Signed-off-by: jayzhan211 <[email protected]>
Which issue does this PR close?
Closes #.
Rationale for this change
As titile
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?