GitHub user chaokunyang added a comment to the discussion: (Java/Scala) How do I specify deserialize behavior on schema change?
Fury supports compatibility. If you set compatibleMode to Compatiblle, you can add /remove fields without brraking deserialization. Field type change is OK, it won't break deserialization. But We will take it as a new field, so the original field data are lost GitHub link: https://github.com/apache/fury/discussions/1848#discussioncomment-10743766 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
