Trying to compile Bento v1.2.0 using Go 1.23.0 on Arch Linux results in the following linker error:
$ go version
go version go1.23.0 linux/amd64
$ make
# github.com/warpstreamlabs/bento/cmd/bento
link : github.com/parquet-go/parquet-go/hashprobe/aeshash: invalid reference to runtime.aeskeysched
make: *** [Makefile:44: target/bin/bento] Error 1
Hi,
Trying to compile Bento v1.2.0 using Go 1.23.0 on Arch Linux results in the following linker error:
The problem got fixed in upstream dependency parquet-go: https://github.com/parquet-go/parquet-go/pull/142
Using their latest 0.23.0 release fixes the compile problem:
See: