vernedeng commented on code in PR #12066:
URL: https://github.com/apache/inlong/pull/12066#discussion_r2696717487


##########
inlong-sort/sort-formats/format-common/src/main/java/org/apache/inlong/sort/formats/inlongmsg/InLongMsgBody.java:
##########
@@ -25,14 +28,20 @@
 /**
  * The body deserialized from {@link InLongMsgBody}.
  */
+@Data
 public class InLongMsgBody implements Serializable {
 
     private static final long serialVersionUID = 1L;
 
     /**
      * The body of the record.
      */
-    private final byte[] data;
+    private final byte[] dataBytes;

Review Comment:
   seems to be a compatibility issue



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