amoro-format-iceberg/src/main/java/org/apache/amoro/optimizing/plan/IcebergOptimizingPlanner.java [30:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public IcebergOptimizingPlanner(
      ServerTableIdentifier identifier,
      OptimizingConfig config,
      MixedTable table,
      TableSnapshot snapshot,
      Expression partitionFilter,
      long processId,
      double availableCore,
      long maxInputSizePerThread,
      long lastMinorOptimizingTime,
      long lastFullOptimizingTime) {
    super(
        identifier,
        config,
        table,
        snapshot,
        partitionFilter,
        processId,
        availableCore,
        maxInputSizePerThread,
        lastMinorOptimizingTime,
        lastFullOptimizingTime);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



amoro-format-iceberg/src/main/java/org/apache/amoro/optimizing/plan/MixedIcebergOptimizingPlanner.java [30:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public MixedIcebergOptimizingPlanner(
      ServerTableIdentifier identifier,
      OptimizingConfig config,
      MixedTable table,
      TableSnapshot snapshot,
      Expression partitionFilter,
      long processId,
      double availableCore,
      long maxInputSizePerThread,
      long lastMinorOptimizingTime,
      long lastFullOptimizingTime) {
    super(
        identifier,
        config,
        table,
        snapshot,
        partitionFilter,
        processId,
        availableCore,
        maxInputSizePerThread,
        lastMinorOptimizingTime,
        lastFullOptimizingTime);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



