Release 0.200
Remove the
log()
function. The arguments to the function were in the wrong order according to the SQL standard, resulting in incorrect results when queries were translated to or from other SQL implementations. The equivalent tolog(x, b)
is . The function can be restored with thedeprecated.legacy-log-function
config option.Add geospatial function.
Fix failure when reading Parquet files with optimized Parquet reader related 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.