mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Updated tests
This commit is contained in:
parent
4c68f3a2a1
commit
6f17471030
@ -15,7 +15,7 @@ $CLICKHOUSE_CLIENT --multiquery --query="CREATE TABLE nullable_low_cardinality_t
|
||||
) ENGINE=TinyLog";
|
||||
|
||||
printf '2020-01-01\t\N\t32\t\N\n' | $CLICKHOUSE_CLIENT -q 'insert into nullable_low_cardinality_tsv_test format TSV' 2>&1 \
|
||||
| grep -q "Line feed found where tab is expected. It's like your file has less columns than expected."
|
||||
| grep -q "Code: 27"
|
||||
|
||||
echo $?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user