Closed zhiyipanuber closed 7 months ago
synced offline with @AllenLuUber - looks like we're stuck with this version of apache thrift for the long haul :( can you please verify the correctness with full end-to-end testing? I'd like to reduce back and forth-ing for these changes.
end to end testing will be done by @vldmit
For
Skip()
, if no type is recognized in switch statement, the function returns nil before. This PR fixed it to return an error.This PR also adds a test for protocol, which follows apache thrift library.
The original fix already existed in upstream