xiaokang commented on code in PR #44120: URL: https://github.com/apache/doris/pull/44120#discussion_r1851259061
########## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowDataStmt.java: ########## @@ -100,26 +100,64 @@ public class ShowDataStmt extends ShowStmt implements NotFallbackInParser { new ImmutableList.Builder<String>().add("TableName").add("IndexName").add("Size").add("ReplicaCount") .add("RowCount").add("RemoteSize").build(); + private static final ShowResultSetMetaData SHOW_DETAILED_TABLE_DATA_META_DATA = + ShowResultSetMetaData.builder() Review Comment: columns name and order suggestion: TableName ReplicaCount LocalTotalSize LocalDataSize LocalIndexSize RemoteTotalSize RemoteDataSize RemoteIndexSize -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org