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.
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.