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

Class QueryStateException

shell/impala_shell/shell_exceptions.py:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class QueryStateException(Exception):
29 def __init__(self, value=""):
30 self.value = value
31
32 def __str__(self):
33 return self.value
34
35
36class DisconnectedException(Exception):

Callers 4

wait_to_finishMethod · 0.90
execute_queryMethod · 0.90
_check_hs2_rpc_statusMethod · 0.90
_do_beeswax_rpcMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected