Skip to content

Commit

Permalink
Merge pull request #3 from maxmzkr/fix-connection-leak
Browse files Browse the repository at this point in the history
Fixed an issue where connections weren't being closed
  • Loading branch information
maxmzkr committed Aug 4, 2016
2 parents df2fe94 + 75b4ced commit 6092ea0
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 6092ea0

Please sign in to comment.