Skip to content

Commit 3cf57b2

Browse files
committed
ignore_error_distributed_ddl_queue: Nullable 'cluster' affects test
1 parent 60de7f8 commit 3cf57b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/queries/0_stateless/02117_show_create_table_system.reference

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ CREATE TABLE system.distributed_ddl_queue
218218
`entry_version` Nullable(UInt8),
219219
`initiator_host` Nullable(String),
220220
`initiator_port` Nullable(UInt16),
221-
`cluster` String,
221+
`cluster` Nullable(String),
222222
`query` String,
223223
`settings` Map(String, String),
224224
`query_create_time` DateTime,

0 commit comments

Comments
 (0)