chaokunyang commented on PR #3201: URL: https://github.com/apache/fory/pull/3201#issuecomment-3798277187
Hi @ayush00git , here is some comments: 1. `Add float16 array support (using uint16 as storage) as it's not a native type in go.`: we can skip this currently. 2. Could you add tests to test interoperability between array and slice? For example, serialize using arrya, then deserialzie into slcie, and serialize using slice, deserialize into array -- 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]
