This commit is contained in:
xiedeyantu 2022-10-18 09:20:59 +08:00
parent b26361c647
commit 10acf43db4

View File

@ -379,7 +379,7 @@ def test_system_detached_parts(drop_detached_parts_table):
)
res = q(
"select system.detached_parts.* except `path`, disk from system.detached_parts where table like 'sdp_%' order by table, name"
"select system.detached_parts.* except (bytes_on_disk, `path`, disk) from system.detached_parts where table like 'sdp_%' order by table, name"
)
assert (
res == "default\tsdp_0\tall\tall_1_1_0\tdefault\t\t1\t1\t0\n"