showIndex command is supported in legacy planner but not in nereids(new doris fe planner). you need implement the following showIndex command in nereids:
unsupportedshowIndexStatement
(FROM |IN) tableName=multipartIdentifier
((FROM | IN) database=multipartIdentifier)? ```