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


##########
fluss-common/src/main/java/org/apache/fluss/row/ProjectedRow.java:
##########
@@ -193,4 +193,11 @@ public static ProjectedRow from(Schema originSchema, 
Schema expectedSchema) {
         int[] indexMapping = getIndexMapping(originSchema, expectedSchema);
         return new ProjectedRow(indexMapping);
     }
+
+    public int getSizeInBytes() {

Review Comment:
   It may introduce confluse. it's a projection row, users may expected it 
represent the bytes after projection. But now, it represents the undering raw 
row bytes.



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