12.36. Release 0.200
- Fix query execution failure for .
- Remove the
log()
function. The arguments to the function were in thewrong order according to the SQL standard, resulting in incorrect resultswhen queries were translated to or from other SQL implementations. Theequivalent tolog(x, b)
is . The function can berestored with thedeprecated.legacy-log-function
config option. - Allow including a comment when adding a column to a table with
ALTER TABLE
. - Add geospatial function.
- Fix reading min/max statistics for columns of type in partitioned tables.
- Fix failure when reading Parquet files with optimized Parquet readerrelated with the predicate push down for structural types.Predicates on structural types are now ignored for Parquet files.
- Avoid reading extra rows from MySQL at query completion.This typically affects queries with a
LIMIT
clause.