We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PyHive client needs at least 2 seconds minimum. But presto python client can be much faster than that. Seen less than 1 seconds also.
https://prestosql.slack.com/archives/CFLB9AMBN/p1592593788123400
The text was updated successfully, but these errors were encountered:
PyHive/pyhive/presto.py
Lines 106 to 107 in 8eb0aea
PyHive/pyhive/common.py
Line 48 in 8eb0aea
Sorry, something went wrong.
poll_interval = 0.2 works fine, so comment needs to be updated.
what comment?
param poll_interval: int
poll_interval -> should be float.
No branches or pull requests
PyHive client needs at least 2 seconds minimum. But presto python client can be much faster than that. Seen less than 1 seconds also.
https://prestosql.slack.com/archives/CFLB9AMBN/p1592593788123400
The text was updated successfully, but these errors were encountered: