nwt opened a new issue, #34839:
URL: https://github.com/apache/arrow/issues/34839

   ### Describe the enhancement requested
   
   Building github.com/apache/arrow/go/v12/arrow/compute for a non-amd64 GOARCH 
with Go 1.18 and up requires `-tag=noasm`. It'd be nice if it didn't.
   
   ```console
   $ go version
   go version go1.20.2 darwin/arm64
   
   $ go build -tags=noasm github.com/apache/arrow/go/v12/arrow/compute && echo 
success
   success
   
   $ go build github.com/apache/arrow/go/v12/arrow/compute
   # github.com/apache/arrow/go/v12/arrow/compute/internal/kernels
   arrow/compute/internal/kernels/base_arithmetic.go:816:10: undefined: 
getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:818:10: undefined: 
getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:820:10: undefined: 
getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:822:10: undefined: 
getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:824:10: undefined: 
getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:826:10: undefined: 
getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:828:10: undefined: 
getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:830:10: undefined: 
getArithmeticOpIntegral
   arrow/compute/internal/kernels/base_arithmetic.go:832:10: undefined: 
getArithmeticOpFloating
   arrow/compute/internal/kernels/base_arithmetic.go:834:10: undefined: 
getArithmeticOpFloating
   arrow/compute/internal/kernels/base_arithmetic.go:834:10: too many errors
   ```
   
   ### 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]

Reply via email to