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: remove unused async-compression futures-io feature #13875

Merged
merged 2 commits into from
Dec 22, 2024

Conversation

jonahgao
Copy link
Member

@jonahgao jonahgao commented Dec 21, 2024

Which issue does this PR close?

N/A

Rationale for this change

async-compression provides two IO implementations: tokio and futures-io. We are only using tokio and not using futures-io. Remove it to avoid compiling code related to futures-io in async-compression.

What changes are included in this PR?

Are these changes tested?

Yes, by existing tests.

Are there any user-facing changes?

No

@github-actions github-actions bot added the core Core DataFusion crate label Dec 21, 2024
@alamb alamb changed the title Minor: remove unused async-compression feature Minor: remove unused async-compression futures-io feature Dec 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.

Thanks @jonahgao

@alamb alamb merged commit 242f45f into apache:main Dec 22, 2024
29 checks passed
@jonahgao jonahgao deleted the remove_feature branch December 22, 2024 15:17
zhuqi-lucas pushed a commit to zhuqi-lucas/arrow-datafusion that referenced this pull request Dec 23, 2024
…3875)

* Minor: remove unused async-compression feature

* Fix cli cargo lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants