mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add a test for #9490
This commit is contained in:
parent
00da5148a1
commit
3ccc4d66a1
@ -0,0 +1 @@
|
|||||||
|
1
|
6
tests/queries/0_stateless/01597_columns_list_ignored.sh
Executable file
6
tests/queries/0_stateless/01597_columns_list_ignored.sh
Executable 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'
|
Loading…
Reference in New Issue
Block a user