Skip to content

sqllogictest fails with default feature set #22618

@AdamGS

Description

@AdamGS

Describe the bug

When running the sqllogictest suite, it fails with default features because encrypted_parquet.slt depends on the parquet_encryption feature.

To Reproduce

Running

cargo test --test sqllogictests -p datafusion-sqllogictest

currently fails with:

Running with 14 test threads (available parallelism: 14)
Completed 476 test files in 9 seconds                                                                External error: 1 errors in file /Users/adamgs/code/df-row-idx/datafusion/sqllogictest/test_files/encrypted_parquet.slt

1. query is expected to fail, but actually succeed:
[SQL] SELECT * FROM parquet_table
at /Users/adamgs/code/df-row-idx/datafusion/sqllogictest/test_files/encrypted_parquet.slt:88



Error: Execution("1 failures")

Expected behavior

Tests should pass with the default feature configuration

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions