Skip to content

Prevent compilation error with all cloud features but fs turned on#412

Merged
mbrobbel merged 1 commit into
apache:mainfrom
jder:all-cloud-no-fs
Jul 3, 2025
Merged

Prevent compilation error with all cloud features but fs turned on#412
mbrobbel merged 1 commit into
apache:mainfrom
jder:all-cloud-no-fs

Conversation

@jder

@jder jder commented Jun 19, 2025

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes #411 .

Rationale for this change

Allows the crate to compile with --no-default-features --features=aws,azure,gcp,http

What changes are included in this PR?

Adds a missing feature test for including a fallback case in the relevant match statement. I could also add this set of feature flags to CI if desired but not sure it's worth it?

Are there any user-facing changes?

Just the lack of compilation failure.

@mbrobbel mbrobbel left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you

@jder jder force-pushed the all-cloud-no-fs branch from acc3e29 to cc76049 Compare July 2, 2025 18:18
@jder

jder commented Jul 2, 2025

Copy link
Copy Markdown
Contributor Author

@mbrobbel thanks for the review; rebased on the latest main to fix clippy warnings.

@mbrobbel mbrobbel merged commit e284d2c into apache:main Jul 3, 2025
8 checks passed
crepererum pushed a commit to crepererum/arrow-rs-object-store that referenced this pull request Jul 10, 2025
@crepererum crepererum mentioned this pull request Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cargo check --no-default-features --features=aws,azure,gcp,http fails

2 participants