fix: correct invalid testing feature gate usage (#5258)

* fix: correct invalid testing feature gate usage

* test: refactor tests to avoid test code leak

* fix: sync main
This commit is contained in:
Ning Sun
2025-01-02 11:22:54 +08:00
committed by GitHub
parent d18c8b5e16
commit 53d006292d
18 changed files with 67 additions and 35 deletions

View File

@@ -224,7 +224,6 @@ impl DatanodeBuilder {
cache_registry.get().context(MissingCacheSnafu)?;
let schema_metadata_manager = Arc::new(SchemaMetadataManager::new(
kv_backend.clone(),
table_id_schema_cache,
schema_cache,
));