This is an automated email from the ASF dual-hosted git repository. amashenkov pushed a commit to branch ignite-20680 in repository https://gitbox.apache.org/repos/asf/ignite-3.git
commit 37b9130eb855fefbaedcee6a54d8ac0fbb2b3757 Author: amashenkov <andrey.mashen...@gmail.com> AuthorDate: Tue Jan 30 18:58:19 2024 +0300 Remove unrelated todo --- .../table/distributed/schema/CatalogValidationSchemasSource.java | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/table/src/main/java/org/apache/ignite/internal/table/distributed/schema/CatalogValidationSchemasSource.java b/modules/table/src/main/java/org/apache/ignite/internal/table/distributed/schema/CatalogValidationSchemasSource.java index 83b838b632..f819c7879b 100644 --- a/modules/table/src/main/java/org/apache/ignite/internal/table/distributed/schema/CatalogValidationSchemasSource.java +++ b/modules/table/src/main/java/org/apache/ignite/internal/table/distributed/schema/CatalogValidationSchemasSource.java @@ -41,7 +41,6 @@ public class CatalogValidationSchemasSource implements ValidationSchemasSource { private final ConcurrentMap<CatalogVersionsSpan, List<FullTableSchema>> catalogVersionSpansCache = new ConcurrentHashMap<>(); - // TODO: Remove entries from cache when compacting Catalog https://issues.apache.org/jira/browse/IGNITE-20790 // TODO: Remove entries from cache when compacting schemas in SchemaManager https://issues.apache.org/jira/browse/IGNITE-20789 private final ConcurrentMap<CatalogVersionToTableVersionSpan, List<FullTableSchema>> catalogVersionToTableVersionSpansCache = new ConcurrentHashMap<>();