Skip to content
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

Fix NPE with multiple queries containing DOT(.) in index name. #870

Merged
merged 2 commits into from
Sep 30, 2022

Conversation

vamsimanohar
Copy link
Member

@vamsimanohar vamsimanohar commented Sep 29, 2022

Description

With the current implementation of CatalogServiceImpl, there is an NPE with multiple queries containing DOT in catalog name. More details in the below issue.

Issues Resolved

#866

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: MaxKsyunz <maxk@bitquilltech.com>
@vamsimanohar vamsimanohar requested a review from a team as a code owner September 29, 2022 20:43
joshuali925
joshuali925 previously approved these changes Sep 29, 2022
@dai-chen
Copy link
Collaborator

Could you change the title with more details? I think it will be used in release note at last.

@vamsimanohar vamsimanohar changed the title Fix #866 Fix NPE with multiple queries containing DOT in index name. #866 Sep 29, 2022
@vamsimanohar vamsimanohar changed the title Fix NPE with multiple queries containing DOT in index name. #866 Fix NPE with multiple queries containing DOT in index name. Sep 29, 2022
@vamsimanohar vamsimanohar changed the title Fix NPE with multiple queries containing DOT in index name. Fix NPE with multiple queries containing DOT(.) in index name. Sep 29, 2022
@vamsimanohar
Copy link
Member Author

Could you change the title with more details? I think it will be used in release note at last.

Done.

@dai-chen dai-chen added the bug Something isn't working label Sep 29, 2022
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Copy link
Collaborator

@anirudha anirudha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@dai-chen dai-chen merged commit 057fa44 into opensearch-project:2.x Sep 30, 2022
vamsimanohar added a commit to vamsimanohar/sql that referenced this pull request Sep 30, 2022
…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>
MitchellGale pushed a commit to Bit-Quill/opensearch-project-sql that referenced this pull request Oct 3, 2022
…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>
GabeFernandez310 pushed a commit to Bit-Quill/opensearch-project-sql that referenced this pull request Oct 19, 2022
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants