From 2ac44d2435850a9695433c6d7e1dc4635cf88e7c Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Wed, 18 Mar 2026 20:36:02 +0800 Subject: [PATCH] fix: try to resolve the test issue --- .../src/system_schema/information_schema/region_peers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/catalog/src/system_schema/information_schema/region_peers.rs b/src/catalog/src/system_schema/information_schema/region_peers.rs index 5bc91d207e..b1438ef53d 100644 --- a/src/catalog/src/system_schema/information_schema/region_peers.rs +++ b/src/catalog/src/system_schema/information_schema/region_peers.rs @@ -267,7 +267,7 @@ impl InformationSchemaRegionPeersBuilder { ]; if !predicates.eval(&row) { - return; + continue; } self.table_catalogs.push(Some(table_catalog));