Skip to content

Commit

Permalink
Remove useless comment on InventoryDumperContextSplitter
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Aug 20, 2024
1 parent 7bf247d commit 3bdad85
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ private Collection<InventoryDumperContext> splitByTable() {

private InventoryDumperContext createTableSpLitDumperContext(final CaseInsensitiveIdentifier actualTableName, final CaseInsensitiveIdentifier logicTableName) {
InventoryDumperContext result = new InventoryDumperContext(dumperContext.getCommonContext());
// use original table name, for metadata loader, since some database table name case-sensitive
result.setActualTableName(actualTableName.toString());
result.setLogicTableName(logicTableName.toString());
result.getCommonContext().setPosition(new IngestPlaceholderPosition());
Expand Down

0 comments on commit 3bdad85

Please sign in to comment.