Skip to content

Commit

Permalink
set_trace
Browse files Browse the repository at this point in the history
  • Loading branch information
laian committed Jun 26, 2017
1 parent 2321db2 commit a1c02c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/impala/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def _sleep_interval(start_time):
while True:
state = cur.status()
if self._cursor._op_state_is_error(state):
import ipdb; ipdb.set_trace();
raise OperationalError(self._cursor.cursor_log())
if not cur._op_state_is_executing(state):
break
Expand Down

0 comments on commit a1c02c0

Please sign in to comment.