You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
showTableStats command is supported in legacy planner but not in nereids(new doris fe planner). you need implement the following showTableStats command in nereids:
unsupportedshowTableStatsStatement
SHOW TABLE STATS tableName=multipartIdentifier
partitionSpec? columnList=identifierList?
Activity