mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-10-27 01:59:56 +00:00
row group skipping for is [not] null queries
This commit is contained in:
@@ -39,7 +39,7 @@ main() {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$(cat testcases.txt | wc -l)" == "1" ]; then
|
||||
if [ ! -v NO_DEBUG ] && [ "$(cat testcases.txt | wc -l)" == "1" ]; then
|
||||
set -x
|
||||
gdb -ex run --args "$root"/sqlite/sqlite3 -init testcase-cmds.txt
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user