Skip to content

Commit 82709ec

Browse files
authored
Update 03156_dynamic_type_concurrent_inserts.sh
1 parent 9f7ab8c commit 82709ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03156_dynamic_type_concurrent_inserts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
44
# shellcheck source=../shell_config.sh
55
. "$CURDIR"/../shell_config.sh
66

7-
$CLICKHOUSE_CLIENT --allow_experimental_dynamic_type=1 -q "CREATE OR REPLACE TABLE test_cc (d Dynamic) ENGINE = Memory"
7+
$CLICKHOUSE_CLIENT --allow_experimental_dynamic_type=1 -q "CREATE TABLE test_cc (d Dynamic) ENGINE = Memory"
88

99

1010
$CLICKHOUSE_CLIENT --allow_experimental_dynamic_type=1 -q "INSERT INTO test_cc SELECT number::Int64 AS d FROM numbers(10000) SETTINGS max_threads=1,max_insert_threads=1" &

0 commit comments

Comments
 (0)