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

13 lines
302 B
JSON

{
"description": "Run with verify-vector 'variant_vector'.",
"on_init": "PRAGMA debug_verify_vector = 'variant_vector';",
"skip_compiled": "true",
"skip_tests": [
{
"reason": "Runs with memory constraints",
"paths": [
"test/parquet/constant_dictionary_vector_parquet.test"
]
}
]
}