MCPcopy Create free account
hub / github.com/apache/impala / get_log

Method get_log

tests/common/impala_connection.py:504–506  ·  view source on GitHub ↗
(self, operation_handle)

Source from the content-addressed store, hash-verified

502 return self.__beeswax_client.get_admission_result(operation_handle.get_handle())
503
504 def get_log(self, operation_handle):
505 self.log_handle(operation_handle, 'getting log for operation')
506 return self.__beeswax_client.get_log(operation_handle.get_handle().log_context)
507
508 def fetch(self, sql_stmt, operation_handle, max_rows=-1, discard_results=False):
509 self.log_handle(operation_handle, 'fetching {} rows'.format(

Callers

nothing calls this directly

Calls 3

get_handleMethod · 0.80
log_handleMethod · 0.45
get_logMethod · 0.45

Tested by

no test coverage detected