morningman commented on a change in pull request #3283: Support setting replica quota in db level URL: https://github.com/apache/incubator-doris/pull/3283#discussion_r406232615
########## File path: fe/src/main/java/org/apache/doris/analysis/ShowDataStmt.java ########## @@ -52,14 +52,16 @@ private static final ShowResultSetMetaData SHOW_TABLE_DATA_META_DATA = ShowResultSetMetaData.builder() .addColumn(new Column("TableName", ScalarType.createVarchar(20))) - .addColumn(new Column("Size", ScalarType.createVarchar(30))) + .addColumn(new Column("DataSize", ScalarType.createVarchar(30))) Review comment: Plz do not modify the origin column name "Size", it may cause some compatibility problem. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org