Skip to content

Commit

Permalink
[Bug] Fix the invalid options --table-prefix and --table-suffix (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
yulei0824 authored Mar 7, 2024
1 parent f8e61ba commit 6673462
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ public DorisRecordSerializer<String> buildSchemaSerializer(
.setTableMapping(tableMapping)
.setTableProperties(tableConfig)
.setTargetDatabase(database)
.setTargetTablePrefix(tablePrefix)
.setTargetTableSuffix(tableSuffix)
.build();
}

Expand Down

0 comments on commit 6673462

Please sign in to comment.