Skip to content

Commit

Permalink
[Fix] Fix DorisCatalog not implement name method (#5988)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X authored Dec 11, 2023
1 parent b979128 commit d4a323e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ public void close() throws CatalogException {
}
}

@Override
public String name() {
return catalogName;
}

@Override
public String getDefaultDatabase() throws CatalogException {
return defaultDatabase;
Expand Down

0 comments on commit d4a323e

Please sign in to comment.