Kikyou1997 commented on code in PR #23978: URL: https://github.com/apache/doris/pull/23978#discussion_r1320540039
########## fe/fe-core/src/main/java/org/apache/doris/catalog/TableIf.java: ########## @@ -244,5 +244,9 @@ default boolean isManagedTable() { default long getLastUpdateTime() { return -1L; } + + default long getDataSize() { + return 0; + } Review Comment: There are too many table types to implement this method on every of them -- 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