-
Notifications
You must be signed in to change notification settings - Fork 981
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
it cause an exception when query http plugin data with fullName #2851
Comments
we should determines whether the parameter name equals the plug-in name ?
|
@shfshihuafeng I don't think this is a bug. You are first running the query I'd bet that if you either skipped the |
@cgivre You are right, but when use http, the default schema is http, when we use another data source schema, will report error. |
@cgivre |
@shfshihuafeng |
@cgivre |
I think that I have exactly the same problem. It seems that after you change schema to http storage schema you cannot run any SQL.
Only exception is that if you name HTTP storage and connection with same name (eg. schema sunrise and connection sunrise) you can query data using both schema.connection and connection but you still can't query any other schema using anotherschema.connection.
|
Before submitting a bug report, please verify that you are using the most current version of Drill.
Describe the bug
i create a http plugin named "http" and then use "use http" command to switch schema.
i query http Data with "select * from http.sunrise",It report except
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Error detail, log output or screenshots
Error: CONNECTION ERROR: API 'http' does not exist in HTTP storage plugin 'http'
Drill version
1.22.0
Additional context
The text was updated successfully, but these errors were encountered: