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
Describe the bug
When running the sqllogictest suite, it fails with default features because
encrypted_parquet.sltdepends on theparquet_encryptionfeature.To Reproduce
Running
cargo test --test sqllogictests -p datafusion-sqllogictestcurrently fails with:
Expected behavior
Tests should pass with the default feature configuration
Additional context
No response