Skip to content

Commit

Permalink
[Improve][Jdbc] Remove user info in catalog-table options (apache#7178)
Browse files Browse the repository at this point in the history
  • Loading branch information
hailin0 authored and hawk9821 committed Jul 15, 2024
1 parent 637f9a2 commit 1eaf04d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@ protected Map<String, String> buildConnectorOptions(TablePath tablePath) {
options.put("connector", "jdbc");
options.put("url", getUrlFromDatabaseName(tablePath.getDatabaseName()));
options.put("table-name", getOptionTableName(tablePath));
options.put("username", username);
options.put("password", pwd);
return options;
}

Expand Down

0 comments on commit 1eaf04d

Please sign in to comment.