bippio / go-impala

Golang Driver for Apache Impala
MIT License
52 stars 39 forks source link

compilation with thrift v0.14.1 failed #33

Open mangup opened 2 years ago

mangup commented 2 years ago

github.com/bippio/go-impala/services/cli_service

vendor/github.com/bippio/go-impala/services/cli_service/cli_service.go:721:37: not enough arguments in call to iprot.ReadStructBegin have () want (context.Context) vendor/github.com/bippio/go-impala/services/cli_service/cli_service.go:727:57: not enough arguments in call to iprot.ReadFieldBegin have () want (context.Context) vendor/github.com/bippio/go-impala/services/cli_service/cli_service.go:739:29: not enough arguments in call to iprot.Skip have (thrift.TType) want (context.Context, thrift.TType) vendor/github.com/bippio/go-impala/services/cli_service/cli_service.go:758:33: not enough arguments in call to iprot.ReadFieldEnd have () want (context.Context) vendor/github.com/bippio/go-impala/services/cli_service/cli_service.go:762:32: not enough arguments in call to iprot.ReadStructEnd have () want (context.Context) vendor/github.com/bippio/go-impala/services/cli_service/cli_service.go:769:29: not enough arguments in call to iprot.ReadI32 have () want (context.Context) vendor/github.com/bippio/go-impala/services/cli_service/cli_service.go:778:32: not enough arguments in call to iprot.ReadString have () want (context.Context) vendor/github.com/bippio/go-impala/services/cli_service/cli_service.go:790:35: not enough arguments in call to oprot.WriteStructBegin have (string) want (context.Context, string) vendor/github.com/bippio/go-impala/services/cli_service/cli_service.go:796:33: not enough arguments in call to oprot.WriteFieldStop have () want (context.Context) vendor/github.com/bippio/go-impala/services/cli_service/cli_service.go:798:33: not enough arguments in call to oprot.WriteStructEnd have () want (context.Context) vendor/github.com/bippio/go-impala/services/cli_service/cli_service.go:798:33: too many errors

Compilation finished with exit code 2

Cotch22 commented 1 year ago

same