-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
SQL: selecting a full-text function generates error #47446
Labels
Comments
Pinging @elastic/es-search (:Search/SQL) |
matriv
added a commit
to matriv/elasticsearch
that referenced
this issue
Jan 28, 2020
Add a verification that full-text search functions are not allowed in the SELECT clause, so that a nice error message is returned to the user early instead of an "ugly" exception. Fixes: elastic#47446
matriv
added a commit
that referenced
this issue
Jan 30, 2020
Add a verification that full-text search functions `MATCH()` and `QUERY()` are not allowed in the SELECT clause, so that a nice error message is returned to the user early instead of an "ugly" exception. Fixes: #47446
matriv
added a commit
that referenced
this issue
Jan 30, 2020
Add a verification that full-text search functions `MATCH()` and `QUERY()` are not allowed in the SELECT clause, so that a nice error message is returned to the user early instead of an "ugly" exception. Fixes: #47446
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The desired behavior is a user friendly error message stating that full-text functions cannot be used as projections. Related to #47365.
The text was updated successfully, but these errors were encountered: