hailin0 commented on issue #9080:
URL: https://github.com/apache/seatunnel/issues/9080#issuecomment-2785232835

   To be compatible restore checkpoint with older versions, you should get the 
id automatically generated by the old version
   ```
   import java.io.ObjectStreamClass;
   
   public class SerialVersionUIDChecker {
       public static void main(String[] args) {
           long serialVersionUID = 
ObjectStreamClass.lookup(AmazonDynamoDBSourceSplit.class).getSerialVersionUID();
           System.out.println("serialVersionUID = " + serialVersionUID);
       }
   }
   
   ```


-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to