mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-12 22:29:58 +00:00
Add explicit test for file not found
...caching the metadata moved where ParquetTable did I/O, which introduced a segfault on not found
This commit is contained in:
@@ -4,6 +4,7 @@ set -euo pipefail
|
||||
here=$(dirname "${BASH_SOURCE[0]}")
|
||||
|
||||
set -x
|
||||
"$here"/test-non-existent
|
||||
"$here"/test-unsupported
|
||||
"$here"/test-supported
|
||||
"$here"/test-queries
|
||||
|
Reference in New Issue
Block a user