-
Notifications
You must be signed in to change notification settings - Fork 25k
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: incomplete error message for the wrong date comparison #30016
Comments
The error message is indeed incorrect however I'm unable to reproduce that the query above throws an exception (it simply translates to a range query). |
Error messages had placeholders that were not replaced; this PR fixes that FIX elastic#30016
* SQL: Correct error message Error messages had placeholders that were not replaced; this PR fixes that Fix #30016
Error messages had placeholders that were not replaced; this PR fixes that Fix #30016
Error messages had placeholders that were not replaced; this PR fixes that Fix #30016
Original comment by @astefan:
For a test case with dynamic mapping created following (which creates a
date
type field forrelease_date
):a (wrong) sql query
gives an error message (expected) but one that is incomplete:
The text was updated successfully, but these errors were encountered: