This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 2993cdb36e [fix](multi-catalog)fix iceberg catalog display type #19728
2993cdb36e is described below
commit 2993cdb36e24bc3b8887d7b07d2c7ed704af8588
Author: slothever <[email protected]>
AuthorDate: Wed May 17 21:33:18 2023 +0800
[fix](multi-catalog)fix iceberg catalog display type #19728
---
.../java/org/apache/doris/datasource/iceberg/IcebergExternalCatalog.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalCatalog.java
b/fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalCatalog.java
index 3fc528568f..f8f6f2827c 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalCatalog.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalCatalog.java
@@ -51,6 +51,7 @@ public abstract class IcebergExternalCatalog extends
ExternalCatalog {
public IcebergExternalCatalog(long catalogId, String name) {
super(catalogId, name, InitCatalogLog.Type.ICEBERG);
+ this.type = "iceberg";
}
@Override
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]