Skip to content

Commit

Permalink
Fixed an issue where connections weren't being closed
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Mizikar committed Aug 4, 2016
1 parent 6a3c6b4 commit 75b4ced
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 @@ -93,6 +93,7 @@ def close(self):
"""
Close all open Impyla sessions
"""
self.reset_connection_pool()

def reset_connection_pool(self):
if self._connections is not None:
Expand Down

0 comments on commit 75b4ced

Please sign in to comment.