Update run.sh

This commit is contained in:
Kruglov Pavel 2023-02-10 11:57:02 +01:00 committed by GitHub
parent 93dfbe6617
commit 4067453602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -467,7 +467,7 @@ else
for table in query_log trace_log
do
clickhouse-local --path /var/lib/clickhouse/ --only-system-tables -q "select * from system.$table format TSVWithNamesAndTypes" \
| zstd --threads=0 > /test_output/$table.backward.tsv.zst ||:
| zstd --threads=0 > /test_output/$table.tsv.zst ||:
done
fi