nwt opened a new issue, #34044: URL: https://github.com/apache/arrow/issues/34044
### Describe the bug, including details regarding any error messages, version, and platform. A Go build with the noasm build tag fails. ```console $ git describe --dirty --tags apache-arrow-12.0.0.dev-41-gecb1f2e31 $ go build -tags noasm ./... # github.com/apache/arrow/go/v12/arrow/compute/internal/kernels arrow/compute/internal/kernels/basic_arithmetic_noasm.go:27:9: undefined: getGoArithmeticOpFloatingSameType arrow/compute/internal/kernels/basic_arithmetic_noasm.go:35:9: undefined: getGoArithmeticFixedIntOut ``` ### Component(s) Go -- 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]
