You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: parquet-go/parquet-go#142
Using their latest 0.23.0 release fixes the compile problem:
See:
The text was updated successfully, but these errors were encountered: