Skip to content

Commit

Permalink
Rename IncrementalDumperConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Nov 2, 2023
1 parent dd52409 commit 5198656
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ public abstract class BaseDumperConfiguration {

private PipelineDataSourceConfiguration dataSourceConfig;

private IngestPosition position;

private Map<ActualTableName, LogicTableName> tableNameMap;

private TableNameSchemaNameMapping tableNameSchemaNameMapping;

// LinkedHashSet is required
private Map<LogicTableName, Collection<ColumnName>> targetTableColumnsMap = new HashMap<>();

private IngestPosition position;

/**
* Get logic table name.
*
Expand Down Expand Up @@ -92,7 +92,7 @@ public String getSchemaName(final LogicTableName logicTableName) {
* Get schema name.
*
* @param actualTableName actual table name
* @return schema name. nullable
* @return schema name, can be nullable
*/
public String getSchemaName(final ActualTableName actualTableName) {
return tableNameSchemaNameMapping.getSchemaName(getLogicTableName(actualTableName));
Expand Down

0 comments on commit 5198656

Please sign in to comment.