stargate / data-api

JSON document API for Apache Cassandra (formerly known as JSON API)
https://stargate.io
Apache License 2.0
14 stars 16 forks source link

Fix 500s happen in Table Filter, Update columnAssignments, when codec not found, ToCQLCodecException #1753

Open Yuqi-Du opened 6 hours ago

Yuqi-Du commented 6 hours ago

This PR is to fix, the 500s server_unhandled error, which happen in Table Filter and Update Operation Path. We should map these 500s into corresponding API exception.

Which issue(s) this PR fixes: Fixes #1749 #1740 #1744

Checklist