-
Notifications
You must be signed in to change notification settings - Fork 145
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
[BUG] Plugin returns NullPointerException
for any query after a specific one
#866
Comments
I suspect catalog feature conflicts with dots in index/table name. |
|
I think we're good. I recall we merged the PR to |
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
* Do not remove opensearch from the list of registered catalogs. Signed-off-by: MaxKsyunz <maxk@bitquilltech.com> * New Changes to handle bug:#866 Signed-off-by: vamsi-amazon <reddyvam@amazon.com> Signed-off-by: MaxKsyunz <maxk@bitquilltech.com> Signed-off-by: vamsi-amazon <reddyvam@amazon.com> Co-authored-by: MaxKsyunz <maxk@bitquilltech.com>
…earch-project#870) * Do not remove opensearch from the list of registered catalogs. Signed-off-by: MaxKsyunz <maxk@bitquilltech.com> * New Changes to handle bug:opensearch-project#866 Signed-off-by: vamsi-amazon <reddyvam@amazon.com> Signed-off-by: MaxKsyunz <maxk@bitquilltech.com> Signed-off-by: vamsi-amazon <reddyvam@amazon.com> Co-authored-by: MaxKsyunz <maxk@bitquilltech.com>
…earch-project#870) * Do not remove opensearch from the list of registered catalogs. Signed-off-by: MaxKsyunz <maxk@bitquilltech.com> * New Changes to handle bug:opensearch-project#866 Signed-off-by: vamsi-amazon <reddyvam@amazon.com> Signed-off-by: MaxKsyunz <maxk@bitquilltech.com> Signed-off-by: vamsi-amazon <reddyvam@amazon.com> Co-authored-by: MaxKsyunz <maxk@bitquilltech.com>
…earch-project#870) * Do not remove opensearch from the list of registered catalogs. Signed-off-by: MaxKsyunz <maxk@bitquilltech.com> * New Changes to handle bug:opensearch-project#866 Signed-off-by: vamsi-amazon <reddyvam@amazon.com> Signed-off-by: MaxKsyunz <maxk@bitquilltech.com> Signed-off-by: vamsi-amazon <reddyvam@amazon.com> Co-authored-by: MaxKsyunz <maxk@bitquilltech.com>
What is the bug?
SQL returns
NullPointerException
to any query in some condition.How can one reproduce the bug?
1. Run a valid SQL query - get a valid answer
2. Run a valid PPL query - get an error
Exception stack
3. Run SQL query again - get a error ❗
Exception stack
What is the expected behavior?
What is your host/environment?
2.x
@ 10e44eeDo you have any additional context?
Workaround - restart server
The text was updated successfully, but these errors were encountered: