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 build
# github.com/chrislusf/gleam/plugins/file/parquet
../../go/pkg/mod/github.com/chrislusf/[email protected]/plugins/file/parquet/parquet_file_reader.go:8:2: imported and not used: "github.com/xitongsys/parquet-go/types"
../../go/pkg/mod/github.com/chrislusf/[email protected]/plugins/file/parquet/parquet_file_reader.go:73:29: undefined: ParquetTypeToGoType
it seems in v1.6.0 that functions was removed.
Doing go get -u github.com/xitongsys/[email protected] solves the problem for me, but it would be better if gleam had some go.mod file
it seems in v1.6.0 that functions was removed.
Doing
go get -u github.com/xitongsys/[email protected]
solves the problem for me, but it would be better if gleam had some go.mod file@xitongsys breaking API Changes should be done in a v2 version, doing it in v1 will break every thing. please see https://blog.golang.org/v2-go-modules
The text was updated successfully, but these errors were encountered: