-
Notifications
You must be signed in to change notification settings - Fork 141
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] simple joins on keywords don't seem to work #2550
Comments
this is a bug when handing string with ., https://github.com/opensearch-project/sql/blob/main/legacy/src/main/java/org/opensearch/sql/legacy/utils/StringUtils.java#L93 to migrate the issue, is it possible to remove |
…uoting. Signed-off-by: jzonthemtn <[email protected]>
@penghuo I'm happy to work this issue if you want to assign it to me. It will benefit our OpenSearch UBI work. |
I suspect that you don't need it assigned to you to submit a PR ;-) |
…period. Signed-off-by: Jeff <[email protected]>
What is the bug?
Joins on keyword fields do not seem to work.
From the Query Workbench:
Yields this output:
: Bad Request, this query is not runnable.
Both indices have data and the following mapping:
The OpenSearch logs have:
What is the expected behavior?
Rows of data should have been returned instead of an error.
What is your host/environment?
The text was updated successfully, but these errors were encountered: