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 get -u github.com/influxdata/influxdb/tsdb/engine/tsm1/
Actual behavior:
# github.com/influxdata/influxdb/tsdb/engine/tsm1
../../../src/github.com/influxdata/influxdb/tsdb/engine/tsm1/int.go:260: cannot use d.values[:] (type []uint64) as type *[240]uint64 in argument to simple8b.Decode
../../../src/github.com/influxdata/influxdb/tsdb/engine/tsm1/timestamp.go:204: cannot use simple8b.NewDecoder(nil) (type *simple8b.Decoder) as type simple8b.Decoder in field value
Bug report
System info: go version go1.6 darwin/amd64
Steps to reproduce:
Actual behavior:
Encountered while building https://github.com/sourcegraph/appdash
The text was updated successfully, but these errors were encountered: