Release 0.172#
General#
- Fix correctness issue in - ORDER BYqueries due to improper implicit coercions.
- Fix planning failure when - GROUP BYqueries contain lambda expressions.
- Fix planning failure when left side of - INexpression contains subqueries.
- Fix incorrect permissions check for - SHOW TABLES.
- Fix planning failure when - JOINclause contains lambda expressions that reference columns or variables from the enclosing scope.
- Reduce memory usage of - map_agg()and- map_union().
- Reduce memory usage of - GROUP BYqueries.