../../../go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.16/lib/column/lowcardinality.go:219:31: math.MaxUint32 (untyped int constant 4294967295) overflows int
Okay, this only breaks trying to build for 32bit arm build for Linux, so very low impact
Issue description
Tell us what should happen and what happens instead
I am trying to use the latest code to compile grafana plugin and got this error
github.com/timeplus-io/proton-go-driver/v2/lib/column
../../../go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.16/lib/column/lowcardinality.go:219:31: math.MaxUint32 (untyped int constant 4294967295) overflows int
Okay, this only breaks trying to build for 32bit arm build for Linux, so very low impact