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
Describe the bug
Code compatibility issue with thrift 0.13.0
To Reproduce
Is the issue reproducible?
Yes
Steps to reproduce the behavior: go get go.uber.org/[email protected]
Expected behavior
No error
Actual behavior
../../../../pkg/mod/go.uber.org/[email protected]/internal/common/thrift_util.go:31:38: not enough arguments in call to thrift.NewTSerializer().Write
have (thrift.TStruct)
want (context.Context, thrift.TStruct)
../../../../pkg/mod/go.uber.org/[email protected]/internal/common/thrift_util.go:47:18: not enough arguments in call to v.Write
have (thrift.TProtocol)
want (context.Context, thrift.TProtocol)
../../../../pkg/mod/go.uber.org/[email protected]/internal/common/thrift_util.go:53:27: not enough arguments in call to t.Protocol.Flush
have ()
want (context.Context)
../../../../pkg/mod/go.uber.org/[email protected]/internal/common/thrift_util.go:57:28: not enough arguments in call to t.Transport.Flush
have ()
want (context.Context)
../../../../pkg/mod/go.uber.org/[email protected]/internal/common/thrift_util.go:67:39: not enough arguments in call to thrift.NewTDeserializer().Read
have (thrift.TStruct, []byte)
want (context.Context, thrift.TStruct, []byte)
../../../../pkg/mod/go.uber.org/[email protected]/internal/common/thrift_util.go:79:21: not enough arguments in call to ts[i].Read
have (thrift.TProtocol)
want (context.Context, thrift.TProtocol)
The text was updated successfully, but these errors were encountered:
Describe the bug
Code compatibility issue with thrift 0.13.0
To Reproduce
Is the issue reproducible?
Yes
Steps to reproduce the behavior:
go get go.uber.org/[email protected]
Expected behavior
No error
Actual behavior
The text was updated successfully, but these errors were encountered: