-
Notifications
You must be signed in to change notification settings - Fork 19
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 query tool - Feature not supported: getMoreResult #12
Comments
Great @joefromct |
Can you try it with the new version? |
I'm having a similar issues. I've just built the current master and configured a JDBC data source in Intellij/Pycharm. The connection can be established, but no matter what statement I execute the error is always Example query: I'd happily test any workaround or new versions. |
To get around the problem just add the following to the bottom of the |
Hi,
I'm happily connecting to ksql with a built/complied jar driver with a jdbc query tool.
I can run creates, shows, selects, describes, etc.
However, after I run anything at all, i seem to get the error message
Feature not supported: getMoreResults.
Anyone else getting this?
Thanks,
The text was updated successfully, but these errors were encountered: