Hisoka-X commented on code in PR #7021:
URL: https://github.com/apache/seatunnel/pull/7021#discussion_r1667220593


##########
seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/protocol/codec/SeaTunnelSubmitJobCodec.java:
##########
@@ -37,30 +40,40 @@
  * to 
seatunnel-engine/seatunnel-engine-core/src/main/resources/client-protocol-definition/SeaTunnelEngine.yaml
  */
 
-@Generated("ebea440b36898863958c102f47603fee")
+/** */
+@Generated("9933654790f5fbe98d0ee1c248bc999b")
 public final class SeaTunnelSubmitJobCodec {
     // hex: 0xDE0200
     public static final int REQUEST_MESSAGE_TYPE = 14549504;
     // hex: 0xDE0201
     public static final int RESPONSE_MESSAGE_TYPE = 14549505;
     private static final int REQUEST_JOB_ID_FIELD_OFFSET =
             PARTITION_ID_FIELD_OFFSET + INT_SIZE_IN_BYTES;
-    private static final int REQUEST_INITIAL_FRAME_SIZE =
+    private static final int REQUEST_IS_START_WITH_SAVE_POINT_FIELD_OFFSET =
             REQUEST_JOB_ID_FIELD_OFFSET + LONG_SIZE_IN_BYTES;
+    private static final int REQUEST_INITIAL_FRAME_SIZE =
+            REQUEST_IS_START_WITH_SAVE_POINT_FIELD_OFFSET + 
BOOLEAN_SIZE_IN_BYTES;
     private static final int RESPONSE_INITIAL_FRAME_SIZE =
             RESPONSE_BACKUP_ACKS_FIELD_OFFSET + BYTE_SIZE_IN_BYTES;
 
     private SeaTunnelSubmitJobCodec() {}
 
     public static class RequestParameters {
 
+        /** */

Review Comment:
   It generated by hazelcast script. Removed.



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