[fix](multi-catalog)fix iceberg catalog display type #19728
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user