-
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] SQL query doesn't support different date formats without date casting #2700
Comments
…asting Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
We have one more similar issue reported from users when date in timestamp format in the SQL query is erroring out due to mismatch in the timestamp format between field mapping and the request query - Sample query:
Error -
Root cause - Fixing this issue as part of this PR #2765 |
…asting Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…asting Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query (#2762) Github Issue - #2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query (opensearch-project#2762) Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]> (cherry picked from commit 0fad56d)
…e fields as part of Lucene query (opensearch-project#2762) Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]> (cherry picked from commit 0fad56d) Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query (opensearch-project#2762) Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]> (cherry picked from commit 0fad56d) Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query (opensearch-project#2762) Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]> (cherry picked from commit 0fad56d) Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query (#2762) (#2849) Github Issue - #2700 (cherry picked from commit 0fad56d) Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query (#2762) (#2849) (#2851) Github Issue - #2700 (cherry picked from commit 0fad56d) (cherry picked from commit 02d57e0) Signed-off-by: Manasvini B S <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…e fields as part of Lucene query (opensearch-project#2762) Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
…e fields as part of Lucene query (opensearch-project#2762) Github Issue - opensearch-project#2700 Signed-off-by: Manasvini B S <[email protected]>
What is the bug?
Getting below error for user defined date format
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
Query should work without date casting
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: