This is an automated email from the ASF dual-hosted git repository.

tkalkirill pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 75ed4f4c76 IGNITE-21771 Removed unnecessary TODO (#4084)
75ed4f4c76 is described below

commit 75ed4f4c761b118edf0a23876af3533b45480c65
Author: Kirill Tkalenko <[email protected]>
AuthorDate: Mon Jul 15 14:43:39 2024 +0300

    IGNITE-21771 Removed unnecessary TODO (#4084)
---
 .../java/org/apache/ignite/internal/table/distributed/TableUtils.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableUtils.java
 
b/modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableUtils.java
index bf91c4cb30..69873ad2a2 100644
--- 
a/modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableUtils.java
+++ 
b/modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableUtils.java
@@ -67,7 +67,6 @@ public class TableUtils {
      * @param catalogService Catalog service.
      * @param lowWatermark Low watermark, {@code null} if it has never been 
updated.
      */
-    // TODO: IGNITE-21771 Process or check catalog compaction
     static List<DroppedTableInfo> droppedTables(CatalogService catalogService, 
@Nullable HybridTimestamp lowWatermark) {
         if (lowWatermark == null) {
             return List.of();

Reply via email to