clausecker commented on PR #34647:
URL: https://github.com/apache/arrow/pull/34647#issuecomment-1477832280

   Package `internal` now builds.  Others do not, largely because you depend on 
`modernc.org/sqlite` which is not available for this architecture.  A `go test 
./internal/...` yielded:
   
   ```
   # github.com/apache/arrow/go/v12/internal/utils
   internal/utils/transpose_ints_noasm.go:20:1: invalid non-alphanumeric build 
constraint: ||
   internal/utils/transpose_ints_noasm.go:20:1: invalid non-alphanumeric build 
constraint: (!amd64
   internal/utils/transpose_ints_noasm.go:20:1: invalid non-alphanumeric build 
constraint: &&
   internal/utils/transpose_ints_noasm.go:20:1: invalid non-alphanumeric build 
constraint: &&
   internal/utils/transpose_ints_noasm.go:20:1: invalid non-alphanumeric build 
constraint: &&
   internal/utils/transpose_ints_noasm.go:20:1: invalid non-alphanumeric build 
constraint: !ppc64le)
   ```
   
   which is something you might want to look into, too.
   
   Thank you for the fixes!


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