joshelser commented on a change in pull request #60:
URL: https://github.com/apache/phoenix-queryserver/pull/60#discussion_r627021153



##########
File path: python-phoenixdb/phoenixdb/avatica/client.py
##########
@@ -149,6 +149,7 @@ def __init__(self, url, max_retries=None, auth=None, 
verify=None):
         self.auth = auth
         self.verify = verify
         self.connection = None
+        self.session = requests.Session()

Review comment:
       actually, I've pushed this down into `_post_request` to avoid having to 
create a bunch of `if not self.session` checks.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to