Merge pull request #69642 from ClickHouse/fix-invalid-clickhouse-format-invocation

Fix invalid `clickhouse-format` invocation in tests
This commit is contained in:
Konstantin Bogdanov 2024-09-16 15:17:37 +00:00 committed by GitHub
commit 5eb3d9496a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,4 +9,4 @@ select * from numbers(1) into outfile '/dev/null';
select * from numbers(1) into outfile '/dev/null' and stdout;
select * from numbers(1) into outfile '/dev/null' append;
select * from numbers(1) into outfile '/dev/null' append and stdout;
" | clickhouse-format -n
" | ${CLICKHOUSE_FORMAT} -n