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
../../../go/pkg/mod/github.com/timeplus-io/proton-go-driver/[email protected]/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/[email protected]/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
The text was updated successfully, but these errors were encountered: