Release 0.169¶
General Changes¶
Fix regression that could cause queries involving
JOINand certain language features such ascurrent_date,current_timeorextractto 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
BIGINTcolumn.
JDBC Driver Changes¶
Return correct class name for
ARRAYtype fromResultSetMetaData.getColumnClassName().
CLI Changes¶
Fix support for non-standard offset time zones (e.g.,
GMT+01:00).
Cassandra Changes¶
Add custom error codes.