Skip to content
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

Merged
merged 4 commits into from
Mar 29, 2022
Merged

Pyclient groovy support #2107

merged 4 commits into from
Mar 29, 2022

Conversation

jakemulf
Copy link
Contributor

This unblocks deephaven/action-assert-dh-tables-present#3 and other similar issues with trying to use the pyclient with a groovy deephaven instance

jmao-denver
jmao-denver previously approved these changes Mar 21, 2022
Copy link
Contributor

@jmao-denver jmao-denver left a 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.

@@ -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
Copy link
Member

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?

Copy link
Contributor Author

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

@jakemulf jakemulf merged commit 533e82a into main Mar 29, 2022
@jakemulf jakemulf deleted the pyclient-groovy-support branch March 29, 2022 16:04
@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants