jonathan-albrecht-ibm opened a new pull request #9195:
URL: https://github.com/apache/arrow/pull/9195


   This PR fixes building the Go component on the s390x platform with the 
`noasm` build tag.
   Before this change, running `make test-noasm` would fail with:
   ```go
   $ make test-noasm
   go test  -tags='noasm' ./...
   # github.com/apache/arrow/go/arrow/math
   math/float64_s390x.go:21:6: initFloat64Go redeclared in this block
           previous declaration at math/float64_noasm.go:23:6
   math/int64_s390x.go:21:6: initInt64Go redeclared in this block
           previous declaration at math/int64_noasm.go:23:6
   math/math_s390x.go:24:6: initGo redeclared in this block
           previous declaration at math/math_noasm.go:25:6
   math/uint64_s390x.go:21:6: initUint64Go redeclared in this block
           previous declaration at math/uint64_noasm.go:23:6
   ...
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to