Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
class
QueryStateException(Exception):
29
def
__init__(self, value=
""
):
30
self.value = value
31
32
def
__str__(self):
33
return
self.value
34
35
36
class
DisconnectedException(Exception):
Callers
4
wait_to_finish
Method · 0.90
execute_query
Method · 0.90
_check_hs2_rpc_status
Method · 0.90
_do_beeswax_rpc
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected