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

Method log_client

tests/common/impala_connection.py:1034–1036  ·  view source on GitHub ↗

Log 'message' at INFO level, prefixed wih the protocol name of this connection.

(self, message)

Source from the content-addressed store, hash-verified

1032 )
1033
1034 def log_client(self, message):
1035 """Log 'message' at INFO level, prefixed wih the protocol name of this connection."""
1036 LOG.info(u"minimal_{0}: {1}".format(self.get_test_protocol(), message))
1037
1038 def execute(self, sql_stmt, user=None, fetch_profile_after_close=False, # noqa: U100
1039 fetch_exec_summary=False, # noqa: U100

Callers 3

closeMethod · 0.95
__log_executeMethod · 0.95

Calls 2

get_test_protocolMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected