czy006 commented on code in PR #4024:
URL: https://github.com/apache/amoro/pull/4024#discussion_r2660870991


##########
amoro-ams/src/main/java/org/apache/amoro/server/optimizing/maintainer/TableMaintainers.java:
##########
@@ -21,25 +21,39 @@
 import org.apache.amoro.AmoroTable;
 import org.apache.amoro.TableFormat;
 import org.apache.amoro.TableRuntime;
+import org.apache.amoro.formats.iceberg.maintainer.MixedTableMaintainer;
+import org.apache.amoro.maintainer.TableMaintainer;
 import org.apache.amoro.server.table.DefaultTableRuntime;
-import org.apache.amoro.shade.guava32.com.google.common.base.Preconditions;
 import org.apache.amoro.table.MixedTable;
 import org.apache.iceberg.Table;
 
 /** Factory for creating {@link TableMaintainer}. */
 public class TableMaintainers {
 
-  /** Create a {@link TableMaintainer} for the given table. */
+  /**
+   * Create a {@link TableMaintainer} for the given table.
+   *
+   * @deprecated Use {@link TableMaintainerFactory#create(AmoroTable, 
TableRuntime)} instead.

Review Comment:
   It will be removed in the next version



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to