Files
email-tracker/external/duckdb/test/configs/prefetch_all_parquet_files.json
2025-10-24 19:21:19 -05:00

18 lines
348 B
JSON

{
"description": "Run with prefetching all parquet files.",
"on_init": "SET prefetch_all_parquet_files=true;",
"statically_loaded_extensions": [
"core_functions",
"parquet"
],
"skip_compiled": "true",
"skip_tests": [
{
"reason": "TODO",
"paths": [
"test/sql/copy/csv/zstd_crash.test"
]
}
]
}