fix: try to resolve the test issue

This commit is contained in:
Ning Sun
2026-03-18 20:36:02 +08:00
parent 3a9390f321
commit 2ac44d2435

View File

@@ -267,7 +267,7 @@ impl InformationSchemaRegionPeersBuilder {
];
if !predicates.eval(&row) {
return;
continue;
}
self.table_catalogs.push(Some(table_catalog));