13.81. Release 0.171
- Fix planning regression for queries that compute a mix of distinct and non-distinct aggregations.
- Fix issue for data definition queries that prevented firing completion events or purging them from the coordinator’s memory.
- Add support for capture in lambda expressions.
- Add support for
ARRAY
andROW
type as the compared value in and . - Add support for
CHAR(n)
data type to common string functions. - Improve validation of resource group configuration.
- Fail queries when casting unsupported types to JSON; see JSON Functions and Operators for supported types.
- Fix the threads UI (
/ui/thread
).
- Fix issue where some files are not deleted on cancellation of
INSERT
orCREATE
queries.