Update test

This commit is contained in:
Alexander Gololobov 2024-03-28 19:41:30 +01:00
parent be3c498833
commit d967a9280c

View File

@ -881,8 +881,8 @@ CREATE TABLE system.replicas
`log_pointer` UInt64,
`last_queue_update` DateTime,
`absolute_delay` UInt64,
`total_replicas` UInt8,
`active_replicas` UInt8,
`total_replicas` UInt32,
`active_replicas` UInt32,
`lost_part_count` UInt64,
`last_queue_update_exception` String,
`zookeeper_exception` String,