Skip to content

Make sqllogictest pass with default features#22619

Open
AdamGS wants to merge 1 commit into
apache:mainfrom
AdamGS:adamg/default-features-sqllogictest
Open

Make sqllogictest pass with default features#22619
AdamGS wants to merge 1 commit into
apache:mainfrom
AdamGS:adamg/default-features-sqllogictest

Conversation

@AdamGS
Copy link
Copy Markdown
Contributor

@AdamGS AdamGS commented May 29, 2026

Which issue does this PR close?

Rationale for this change

Improves the local dev experience, I just keep running into it.

What changes are included in this PR?

Are these changes tested?

Tested locally by running:

cargo test --test sqllogictests -p datafusion-sqllogictest encrypted_parquet
...
Completed 0 test files in 0 seconds # no files should run

And

cargo test --test sqllogictests -p datafusion-sqllogictest --features parquet_encryption encrypted_parquet
...
Completed 1 test files in 0 seconds # the file does run when the feature is enabled

Are there any user-facing changes?

None

@github-actions github-actions Bot added the sqllogictest SQL Logic Tests (.slt) label May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sqllogictest fails with default feature set

1 participant