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
{{ message }}
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.
Thriftpy parser depends definition sequence, please move the definition of TProgressUpdateResp front of TGetOperationStatusResp, it's a known defect, but Thriftpy was not supported any more, please move to thriftpy2 and it will enhance in the future.
When parsing the thrift code for HIVE ( https://raw.githubusercontent.com/apache/hive/master/service-rpc/if/TCLIService.thrift ) the following error is thrown:
ThriftParserError: No type found: 'TProgressUpdateResp', at line 1071
The Type "struct TProgressUpdateResp" is defined several lines later at 1235.
The text was updated successfully, but these errors were encountered: