-
Notifications
You must be signed in to change notification settings - Fork 22
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
Jdbc internal error #9
Labels
Comments
Do you have stack trace? Is the same query working in cqlsh? |
I faced same problem, stacktrace:
|
setting read_timeout by comment in cql shell makes query succeed |
Thanks for the details @reith. I’ll try to fix it in the coming weekend. There’s also an issue when converting read timeout from seconds to milliseconds, which should be fixed too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when using with dbeaver 4.2.4 with jdbc driver of 0.6.4, got Query execution failed
Internal jdbc driver error
read timeout must be >= 0
read timeout must be >= 0
what am i missing?
Thanks
The text was updated successfully, but these errors were encountered: