From 163b3c9f5263e810aba2998487af45839d5432e6 Mon Sep 17 00:00:00 2001 From: chen Date: Tue, 18 Oct 2022 14:53:21 +0800 Subject: [PATCH] fix test fix test --- tests/integration/test_partition/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_partition/test.py b/tests/integration/test_partition/test.py index f333011fa37..03c4ffbbd36 100644 --- a/tests/integration/test_partition/test.py +++ b/tests/integration/test_partition/test.py @@ -379,7 +379,7 @@ def test_system_detached_parts(drop_detached_parts_table): ) res = q( - "select system.detached_parts.* except (bytes_on_disk, `path`, disk) from system.detached_parts where table like 'sdp_%' order by table, name" + "select system.detached_parts.* except (bytes_on_disk, `path`) 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"