sbinet commented on pull request #9675: URL: https://github.com/apache/arrow/pull/9675#issuecomment-796871603
ah, that's for the Gonum (Go-1.14) and for go-parquet (Go-1.15, for the signed int shifts): ``` # github.com/apache/arrow/go/parquet/internal/bmi internal/bmi/bmi_noasm.go:239:28: invalid operation: value << bitLen (shift count type int, must be unsigned integer) internal/bmi/bmi_noasm.go:251:22: invalid operation: uint64(1) << idx (shift count type int, must be unsigned integer)652 internal/bmi/bmi_noasm.go:253:22: invalid operation: uint64(0) << idx (shift count type int, must be unsigned integer) note: module requires Go 1.15 ``` ---------------------------------------------------------------- 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]
