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


##########
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:
   add a comment:
   ```
      * @deprecated since 0.9.0, will be removed in 0.10.0
   ```



-- 
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