Add a test for #9490

This commit is contained in:
Alexey Milovidov 2020-11-29 16:02:35 +03:00
parent 00da5148a1
commit 3ccc4d66a1
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
1

View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. "$CURDIR"/../shell_config.sh
${CLICKHOUSE_LOCAL} --query "describe table file('', TSV, 'a int, b.c int')" 2>&1 | grep -F -c 'Syntax error'