18 lines
348 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|