11.69. Release 0.161
- Fix correctness issue for queries involving multiple nested EXCEPT clauses.A query such as was incorrectly evaluated as
a EXCEPT b EXCEPT c
and thus could return the wrong result. - Fix failure when describing the output of prepared statements that contain aggregations.
- Fix planning failure when a lambda is used in the context of an aggregation or subquery.
- Fix column resolution rules for
ORDER BY
to match the behavior expectedby the SQL standard. This is a change in semantics that breaksbackwards compatibility. To ease migration of existing queries, the legacybehavior can be restored by the config optionor thelegacy_order_by
session property. - Improve error message when coordinator responds with
403 FORBIDDEN
. - Improve performance of when one argument is empty.
- Remove
/v1/execute
resource. - Add new column to (and DESCRIBE)to show extra information from connectors.
- Add to construct an empty MAP.
- Add support for escaped commas in
jmx.dump-tables
config property.