Release 0.230

    • Fix an issue where a SQL function fails to compile when some function parameters are not referenced in the function body.

    • Fix compilation errors for expressions over types containing an extremely large number of nested types (#13405).

    • Fix a regression in lambda evaluation ().

    • Fix geometry_to_bing_tiles() function for geometries at -180 longitude or 85.05112878 latitude.

    • Add support to list non-builtin functions in SHOW FUNCTIONS. The feature can be turned on by the configuration property list-non-built-in-functions.

    • Add support for .

    • Add function, which returns n combinations of values in an array, up to n = 5.

    • Add expand_envelope() function to return a geometry’s envelope expanded by a distance.

    • Improve ORC reader performance.

    • Add configuration property hive.zstd-jni-decompression-enabled to enable JNI ZSTD decompressor for ORC files.

    • Fix an issue where the organizer does not run scheduled jobs.

    • Add support for caching data read from HDFS on a local disk.

    • Add configuration property storage.zstd-jni-decompression-enabled to enable JNI ZSTD decompressor for ORC files.

    • Replace with async operation ConnectorMetadata#commitPartitionAsync.