提交 8d5011a3 编写于 作者: A Azat Khuzhin

Add a test for *WithNames* with clickhouse-local

上级 d5a2e1e6
TSVWithNames
number
0
1
TSVWithNamesAndTypes
number
UInt64
0
1
CSVWithNames
"number"
0
1
#!/usr/bin/env bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. "$CURDIR"/../shell_config.sh
opts=(
--input-format CSV
-q 'SELECT number FROM numbers(2)'
)
echo 'TSVWithNames'
${CLICKHOUSE_LOCAL} "${opts[@]}" --format TSVWithNames
echo 'TSVWithNamesAndTypes'
${CLICKHOUSE_LOCAL} "${opts[@]}" --format TSVWithNamesAndTypes
echo 'CSVWithNames'
${CLICKHOUSE_LOCAL} "${opts[@]}" --format CSVWithNames
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册