Skip to content

Commit

Permalink
[Log] Fix a mistake in DorisDynamicOutputFormat.java (#5963)
Browse files Browse the repository at this point in the history
Fix a mistake DorisDynamicOutputFormat.java
  • Loading branch information
zhangboya1 committed Jun 6, 2021
1 parent 3618f40 commit d07c904
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ public void open(int taskNumber, int numTasks) throws IOException {
options.getTableIdentifier().split("\\.")[1],
options.getUsername(),
options.getPassword());
LOG.info("Steamload BE:{}",dorisStreamLoad.getLoadUrlStr());
LOG.info("Streamload BE:{}",dorisStreamLoad.getLoadUrlStr());
}

@Override
Expand Down

0 comments on commit d07c904

Please sign in to comment.