luoyuxia commented on code in PR #2933:
URL: https://github.com/apache/fluss/pull/2933#discussion_r3015386415


##########
fluss-common/src/main/java/org/apache/fluss/record/LogRecord.java:
##########
@@ -62,6 +62,8 @@ public interface LogRecord {
      */
     InternalRow getRow();
 
+    int getSizeInBytes();

Review Comment:
   is it possible not to expose this method. It's public interface, i'm 
cautious to expose it because the value is not very precise



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

Reply via email to