Kikyou1997 commented on code in PR #23978:
URL: https://github.com/apache/doris/pull/23978#discussion_r1320540132


##########
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:
   I will add a comment on this method as what `Command::run` has done



-- 
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]

Reply via email to