Hisoka-X commented on issue #9845: URL: https://github.com/apache/seatunnel/issues/9845#issuecomment-3283511184
> I suspect that the new AbstractSchema class caused some exceptions when restoring deserialization of old version tasks Possibly. If it is, we currently don't have a strategy or use cases to ensure consistent recovery across versions. We may need to add test cases to ensure that recovery from earlier versions works correctly. Currently, there's no other solution besides rolling back the code; users must roll back to their own branches. We also can use `java.io.Externalizable` to control deserialization to avoid this case in the future. -- 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]
