Release 0.169#
General#
Fix regression that could cause queries involving
JOIN
and certain language features such ascurrent_date
,current_time
orextract
to fail during planning.Limit the maximum allowed input size to
levenshtein_distance()
.Improve performance of
map_agg()
andmultimap_agg()
.Improve memory accounting when grouping on a single
BIGINT
column.
JDBC driver#
Return correct class name for
ARRAY
type fromResultSetMetaData.getColumnClassName()
.
CLI#
Fix support for non-standard offset time zones (e.g.,
GMT+01:00
).
Cassandra#
Add custom error codes.