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

chore: make tokio a workspace dependency #9187

Merged
merged 9 commits into from
Feb 12, 2024
Merged

Conversation

PsiACE
Copy link
Member

@PsiACE PsiACE commented Feb 10, 2024

Which issue does this PR close?

Closes #9165 .

Rationale for this change

As described in #9165

What changes are included in this PR?

make tokio a workspace dependency

Are these changes tested?

Yes

Are there any user-facing changes?

No

@github-actions github-actions bot added physical-expr Physical Expressions core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) substrait labels Feb 10, 2024
Signed-off-by: Chojan Shang <[email protected]>
Signed-off-by: Chojan Shang <[email protected]>
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 @PsiACE -- this is very much appreciated 🙏

The only thing I am worried about is the change to WASM compilation. I think @jonmmease or @waynexia may know more about this and perhaps can offer an opinion

datafusion/wasmtest/README.md Outdated Show resolved Hide resolved
@jonmmease
Copy link
Contributor

I don't have full context on the motivation here, but would it be possible to specify tokio as a workspace dependency with no default features, and then include the features as needed in the individual crates? This way the version stays in sync but there wouldn't need to be changes to the features that are enabled for the individual crates.

Signed-off-by: Chojan Shang <[email protected]>
Signed-off-by: Chojan Shang <[email protected]>
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 @PsiACE 🙏

This looks great to me

I took the liberty of merging up from main to this branch as well as fixing some tomlfmt lints

@alamb alamb merged commit 24bbae4 into apache:main Feb 12, 2024
22 checks passed
@alamb
Copy link
Contributor

alamb commented Feb 12, 2024

Thanks again @PsiACE and @jonmmease

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate physical-expr Physical Expressions sqllogictest SQL Logic Tests (.slt) substrait
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Cargo.toml files by making tokio a workspace dependency (pull into root level)
3 participants