You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Sort order ASC/DESC works well when the keyword ASC/DESC is in upper case, but it is not recognized if using lower case, for example:
POST _opendistro/_sql
{
"query": "select age from accounts order by age desc"
}
{
"error": {
"reason": "Invalid SQL query",
"details": "No enum constant com.amazon.opendistroforelasticsearch.sql.ast.tree.Sort.SortOrder.desc",
"type": "IllegalArgumentException"
},
"status": 400
}
Sort order ASC/DESC works well when the keyword ASC/DESC is in upper case, but it is not recognized if using lower case, for example:
expected output:
The text was updated successfully, but these errors were encountered: