Skip to content

Commit

Permalink
Merge pull request #158 from Raynes/async-fix
Browse files Browse the repository at this point in the history
Pass async arg so that we're actually async
  • Loading branch information
wesm committed Feb 16, 2016
2 parents 0413de7 + edc2486 commit 1253050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion impala/hiveserver2.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ def op():
self._last_operation_string = operation

op = self.session.execute(self._last_operation_string,
configuration)
configuration,
async=True)
self._last_operation = op

self._execute_async(op)
Expand Down

0 comments on commit 1253050

Please sign in to comment.