Release 0.200

    • Fix query execution failure for .

    • 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 to log(x, b) is . The function can be restored with the deprecated.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.