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

Fix arrow-avro compilation without default features #6819

Conversation

findepi
Copy link
Member

@findepi findepi commented Nov 29, 2024

Which issue does this PR close?

none

Rationale for this change

Before the change, using arrow-avro without default features would fail to compile. This can be seen with

cargo check -p arrow-avro --no-default-features

What changes are included in this PR?

make code compile with default features disabled

Are there any user-facing changes?

no

Before the change, using arrow-avro without default features would fail
to compile. This can be seen with

    cargo check -p arrow-avro --no-default-features
@github-actions github-actions bot added the arrow Changes to the arrow crate label Nov 29, 2024
@findepi
Copy link
Member Author

findepi commented Nov 29, 2024

( Found when working on #6796 )

@tustvold tustvold merged commit e2a2beb into apache:main Nov 30, 2024
23 checks passed
@findepi findepi deleted the findepi/fix-arrow-avro-compilation-without-default-features-823a13 branch November 30, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants