Skip to content

SQL: Verify Full-Text Search functions not allowed in SELECT (#51568) #51673

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

Merged
merged 1 commit into from
Jan 30, 2020

Conversation

matriv
Copy link
Contributor

@matriv matriv commented 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
(cherry picked from commit 65ad269)

…#51568)

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: elastic#47446
(cherry picked from commit 65ad269)
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (:Search/SQL)

@matriv matriv merged commit 52107ed into elastic:6.8 Jan 30, 2020
@matriv matriv deleted the mt-backport-51568 branch March 3, 2020 16:10
@matriv matriv removed the v6.8.7 label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants