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

Minor: Move function::Hint to datafusion-expr crate to avoid physical-expr dependency for datafusion-function crate #11061

Merged
merged 2 commits into from
Jun 22, 2024

Conversation

jayzhan211
Copy link
Contributor

@jayzhan211 jayzhan211 commented Jun 22, 2024

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?

Signed-off-by: jayzhan211 <[email protected]>
@github-actions github-actions bot added logical-expr Logical plan and expressions physical-expr Physical Expressions labels Jun 22, 2024
Signed-off-by: jayzhan211 <[email protected]>
@jayzhan211 jayzhan211 marked this pull request as ready for review June 22, 2024 07:17
Copy link
Contributor

@goldmedal goldmedal left a comment

Choose a reason for hiding this comment

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

Thanks @jayzhan211. LGTM

@alamb alamb changed the title Minor: Move function::Hint to datafusion-expr crate to avoid physical-expr depenedeny for datafusion-function crate Minor: Move function::Hint to datafusion-expr crate to avoid physical-expr dependency for datafusion-function crate Jun 22, 2024
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.

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 }
Copy link
Contributor

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)]
Copy link
Contributor

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

@alamb alamb merged commit accd75b into apache:main Jun 22, 2024
26 checks passed
@jayzhan211
Copy link
Contributor Author

Thanks @alamb and @goldmedal

@jayzhan211 jayzhan211 deleted the mv-hint-to-expr branch June 22, 2024 11:33
xinlifoobar pushed a commit to xinlifoobar/datafusion that referenced this pull request Jun 22, 2024
…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]>
xinlifoobar pushed a commit to xinlifoobar/datafusion that referenced this pull request Jun 22, 2024
…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]>
findepi pushed a commit to findepi/datafusion that referenced this pull request Jul 16, 2024
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions physical-expr Physical Expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants