This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-c108335-hive-sql in repository https://gitbox.apache.org/repos/asf/doris.git
commit 3380b8a821d62306a90274ca56892478a2cc7be0 Author: morningman <yun...@selectdb.com> AuthorDate: Tue Apr 8 20:01:05 2025 +0800 [tmp] fix trino connector infodb bug --- fe/fe-core/src/main/java/org/apache/doris/catalog/TableIf.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fe/fe-core/src/main/java/org/apache/doris/catalog/TableIf.java b/fe/fe-core/src/main/java/org/apache/doris/catalog/TableIf.java index 2885c427319..e4370019dff 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/catalog/TableIf.java +++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/TableIf.java @@ -461,6 +461,7 @@ public interface TableIf { case ICEBERG_EXTERNAL_TABLE: case PAIMON_EXTERNAL_TABLE: case MATERIALIZED_VIEW: + case TRINO_CONNECTOR_EXTERNAL_TABLE: return "BASE TABLE"; default: return null; @@ -525,3 +526,4 @@ public interface TableIf { return false; } } + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org