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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]