ayush00git commented on PR #3201: URL: https://github.com/apache/fory/pull/3201#issuecomment-3798188160
Hey @chaokunyang This is how I'm planning my execution for this PR. - Modify `array_primitive.go` to use `UINT16_ARRAY`, `UINT32_ARRAY`, `UINT64_ARRAY` for uint arrays, instead of previously used `INT16_ARRAY`, `INT32_ARRAY`, `INT64_ARRAY`. - Update type_resolver.go to register these correct type IDs. - Add `float16` array support (using uint16 as storage) as it's not a native type in go. - Verify everything with tests. -- 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]
