Skip to content

Commit

Permalink
[Fix] Fix DorisCatalog not implement name method (apache#5988)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X authored and Carl-Zhou-CN committed Dec 12, 2023
1 parent 0c8ec06 commit 79a2564
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 79a2564

Please sign in to comment.