-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pyclient groovy support #2107
Pyclient groovy support #2107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change makes sense and makes it possible to support using other languages that DHC chooses to support in the future.
pyclient/pydeephaven/session.py
Outdated
@@ -67,6 +68,7 @@ def __init__(self, host: str = None, port: int = None, never_timeout: bool = Tru | |||
self._tables = {} | |||
self._never_timeout = never_timeout | |||
self._keep_alive_timer = None | |||
self.session_type = session_type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we try to stick to an underscore for internal variables coding convention?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that's fine, updated
This unblocks deephaven/action-assert-dh-tables-present#3 and other similar issues with trying to use the pyclient with a groovy deephaven instance