chaokunyang commented on PR #3087:
URL: https://github.com/apache/fory/pull/3087#issuecomment-3690835686

   @ariesdevil One last thing, fory support schema evolution for tuple in 
compatible mode, which means users can add/remove fields for tuple, and teh 
deserialization will still succeed:
   
   - If target tuple has more fields, the deserialization will have default 
value for those fields
   - If target tuple has less fields, the deserialization will skip those fields
   - Change fields order are not allowed and not supported
   
   Do we need to support that?
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to