ayush00git commented on PR #3201: URL: https://github.com/apache/fory/pull/3201#issuecomment-3798298355
> Hi @ayush00git , here is some of my 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 Okk, i'll remove the `float16` type, and for tests, i'm currently working on them and i'll keep them around your requests. -- 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]
