diff --git a/ibis/impala/client.py b/ibis/impala/client.py index 6e561d8f9bc1..fdffa0265cc5 100644 --- a/ibis/impala/client.py +++ b/ibis/impala/client.py @@ -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: