mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 14:02:21 +00:00
7d3b28f9c3
This will enable the following features for distributed DDL queries: - opentelemetry support (#41484) - initial_query_id pass through (#50015) Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
6 lines
332 B
Plaintext
6 lines
332 B
Plaintext
distributed_ddl_entry_format_version=OPENTELEMETRY_ENABLED_VERSION (older then PRESERVE_INITIAL_QUERY_ID_VERSION)
|
|
DROP TABLE IF EXISTS foo ON CLUSTER test_shard_localhost
|
|
distributed_ddl_entry_format_version=PRESERVE_INITIAL_QUERY_ID_VERSION
|
|
DROP TABLE IF EXISTS default.foo
|
|
DROP TABLE IF EXISTS foo ON CLUSTER test_shard_localhost
|