abemedia opened a new issue, #34784: URL: https://github.com/apache/arrow/issues/34784
### Describe the bug, including details regarding any error messages, version, and platform. When compiling a Go project using `github.com/apache/arrow/go/v10` v10.0.1 on Go 1.19.3 with `GOOS=windows` and `GOARCH=386` I get the following errors: ``` failed to build for windows_386: exit status 2: # github.com/apache/arrow/go/v10/internal/utils ..\..\..\go\pkg\mod\github.com\apache\arrow\go\[email protected]\internal\utils\transpose_ints_def.go:76:4: undefined: TransposeInt8Int8 ..\..\..\go\pkg\mod\github.com\apache\arrow\go\[email protected]\internal\utils\transpose_ints_def.go:78:4: undefined: TransposeInt8Int16 ..\..\..\go\pkg\mod\github.com\apache\arrow\go\[email protected]\internal\utils\transpose_ints_def.go:80:4: undefined: TransposeInt8Int32 ..\..\..\go\pkg\mod\github.com\apache\arrow\go\[email protected]\internal\utils\transpose_ints_def.go:82:4: undefined: TransposeInt8Int64 ..\..\..\go\pkg\mod\github.com\apache\arrow\go\[email protected]\internal\utils\transpose_ints_def.go:84:4: undefined: TransposeInt8Uint8 ..\..\..\go\pkg\mod\github.com\apache\arrow\go\[email protected]\internal\utils\transpose_ints_def.go:86:4: undefined: TransposeInt8Uint16 ..\..\..\go\pkg\mod\github.com\apache\arrow\go\[email protected]\internal\utils\transpose_ints_def.go:88:4: undefined: TransposeInt8Uint32 ..\..\..\go\pkg\mod\github.com\apache\arrow\go\[email protected]\internal\utils\transpose_ints_def.go:90:4: undefined: TransposeInt8Uint64 ..\..\..\go\pkg\mod\github.com\apache\arrow\go\[email protected]\internal\utils\transpose_ints_def.go:95:4: undefined: TransposeInt16Int8 ..\..\..\go\pkg\mod\github.com\apache\arrow\go\[email protected]\internal\utils\transpose_ints_def.go:97:4: undefined: TransposeInt16Int16 ..\..\..\go\pkg\mod\github.com\apache\arrow\go\[email protected]\internal\utils\transpose_ints_def.go:97:4: too many errors ``` I tried using the build tag `noasm` but then I get the following error: ``` failed to build for windows_386: exit status 2: # github.com/apache/arrow/go/v10/arrow/array ..\..\..\go\pkg\mod\github.com\apache\arrow\go\[email protected]\arrow\array\dictionary.go:1499:22: math.MaxUint32 (untyped int constant 4294967295) overflows int ``` ### 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]
