Release 0.161
Fix failure when describing the output of prepared statements that contain aggregations.
Fix column resolution rules for
ORDER BY
to match the behavior expected by the SQL standard. This is a change in semantics that breaks backwards compatibility. To ease migration of existing queries, the legacy behavior can be restored by the config option or thelegacy_order_by
session property.Improve error message when coordinator responds with
403 FORBIDDEN
.Remove
/v1/execute
resource.Add to construct an empty MAP.
- Add support for escaped commas in
jmx.dump-tables
config property.