Skip to content

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 <jayzhan211@gmail.com>
@github-actions github-actions bot added logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates labels Jun 22, 2024
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
@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

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.

🎉

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
@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 <jayzhan211@gmail.com>

* upd lock

Signed-off-by: jayzhan211 <jayzhan211@gmail.com>

---------

Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
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 <jayzhan211@gmail.com>

* upd lock

Signed-off-by: jayzhan211 <jayzhan211@gmail.com>

---------

Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
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 <jayzhan211@gmail.com>

* upd lock

Signed-off-by: jayzhan211 <jayzhan211@gmail.com>

---------

Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
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 Changes to the physical-expr crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants