Skip to content

Commit

Permalink
Move package of IncrementalDumperContextCreator (#29301)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Dec 5, 2023
1 parent 12bf7cd commit ee2f204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.shardingsphere.data.pipeline.core.config.ingest;
package org.apache.shardingsphere.data.pipeline.core.ingest.config;

import org.apache.shardingsphere.data.pipeline.core.ingest.dumper.context.IncrementalDumperContext;
import org.apache.shardingsphere.data.pipeline.core.datanode.JobDataNodeLine;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.apache.shardingsphere.data.pipeline.core.ingest.dumper.context.IncrementalDumperContext;
import org.apache.shardingsphere.data.pipeline.core.ingest.dumper.context.mapper.ActualAndLogicTableNameMapper;
import org.apache.shardingsphere.data.pipeline.core.ingest.dumper.context.mapper.TableAndSchemaNameMapper;
import org.apache.shardingsphere.data.pipeline.core.config.ingest.IncrementalDumperContextCreator;
import org.apache.shardingsphere.data.pipeline.core.ingest.config.IncrementalDumperContextCreator;
import org.apache.shardingsphere.data.pipeline.core.datanode.JobDataNodeLine;
import org.apache.shardingsphere.data.pipeline.core.datanode.JobDataNodeLineConvertUtils;
import org.apache.shardingsphere.data.pipeline.scenario.migration.config.MigrationJobConfiguration;
Expand Down

0 comments on commit ee2f204

Please sign in to comment.