pick: https://github.com/apache/doris/pull/38797
This commit is contained in:
@ -488,7 +488,6 @@ public interface TableIf {
|
||||
return "SYSTEM VIEW";
|
||||
case INLINE_VIEW:
|
||||
case VIEW:
|
||||
case MATERIALIZED_VIEW:
|
||||
return "VIEW";
|
||||
case OLAP:
|
||||
case MYSQL:
|
||||
@ -504,6 +503,7 @@ public interface TableIf {
|
||||
case ES_EXTERNAL_TABLE:
|
||||
case ICEBERG_EXTERNAL_TABLE:
|
||||
case PAIMON_EXTERNAL_TABLE:
|
||||
case MATERIALIZED_VIEW:
|
||||
return "BASE TABLE";
|
||||
default:
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user