示例#1
0
 def _get_partitioned_execution_info(self, e):
     error_msg = json.loads(e._http_error_message)
     return _PartitionedQueryExecutionInfo(
         json.loads(error_msg['additionalErrorInfo']))
 def _get_partitioned_execution_info(self, e):
     error_msg = json.loads(e._http_error_message)
     return _PartitionedQueryExecutionInfo(json.loads(error_msg['additionalErrorInfo']))