zeroshade opened a new pull request, #734: URL: https://github.com/apache/arrow-go/pull/734
### Rationale for this change tinygo doesn't meet the `hash/maphash` abi properly and so doesn't build correctly with go1.25 ### What changes are included in this PR? Create an implementation that works for tinygo and convert the rest of the code to point to a conditionally compiled maphash which either uses the stdlib or an implementation that works on tinygo depending on what is being built. -- 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]
