This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch writeLock in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 35c7fcbfdef58cbe75c5bf95c826ae004514e685 Author: caiconghui <[email protected]> AuthorDate: Mon Sep 13 20:08:53 2021 +0800 fix --- fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java b/fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java index 494ca89..6d97454 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java +++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java @@ -185,7 +185,7 @@ public class Database extends MetaObject implements Writable { public void writeLockOrDdlException() throws DdlException { writeLockOrException(new DdlException("unknown db, dbName=" + fullQualifiedName)); } - + public long getId() { return id; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
