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
The API returns with a 500 instead of a controlled 200-with-error (as it should):
{
"errors": [
{
"message": "An unexpected server error occurred while processing the request. \n\nError Class: InvalidQueryException\nError Message: Slice restrictions are not supported on the clustering columns in UPDATE statements",
"scope": "",
"errorCode": "UNEXPECTED_SERVER_ERROR",
"id": "3dffdbc6-92a3-4a44-a3ce-105e4577c557",
"family": "SERVER",
"title": "Unexpected server error"
}
]
}
The text was updated successfully, but these errors were encountered:
amorton
changed the title
[Tables] updateOne with slice condition on the clustering columns gets a 500 Int.Ser.Err
[Tables] updateOne with slice condition on the clustering columns returns HTTP 500 and an internal server error
Dec 11, 2024
Table:
updateOne payload:
The API returns with a 500 instead of a controlled 200-with-error (as it should):
The text was updated successfully, but these errors were encountered: