Merge pull request #19762 from kitaisreal/clickhouse-client-query-param-cte-test

Clickhouse client query param CTE added test
This commit is contained in:
alexey-milovidov 2021-01-29 03:39:37 +03:00 committed by GitHub
commit 9dfe451c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
$CLICKHOUSE_CLIENT --param_paramName="test" -q "WITH subquery AS (SELECT {paramName:String}) SELECT * FROM subquery"

View File

@ -310,7 +310,8 @@
"01642_if_nullable_regression",
"01643_system_suspend",
"01655_plan_optimizations",
"01475_read_subcolumns_storages"
"01475_read_subcolumns_storages",
"01674_clickhouse_client_query_param_cte"
],
"parallel":
[