Release 437 (24 Jan 2024)#
General#
- ⚠️ Replace the - exchange.compression-enabledconfiguration property and- exchange_compressionsession property with the- exchange.compression-codecand- exchange_compression_codecproperties, respectively. (#20274)
- ⚠️ Replace the - spill-compression-enabledconfiguration property with the- spill-compression-codecproperty. (#20274)
- ⚠️ Remove the deprecated - experimental.spill-compression-enabledconfiguration property. (#20274)
- Fix materialized views being permanently stale when they reference table functions. (#19904) 
- Fix failure when invoking functions that may return null values. (#18456) 
- Fix - ArrayIndexOutOfBoundsExceptionwith RowBlockBuilder during output operations. (#20426)
Delta Lake connector#
- Improve query performance for queries that don’t use table statistics. (#20054) 
Hive connector#
- Fix error when coercing union-typed data to a single type when reading Avro files. (#20310) 
Iceberg connector#
- Improve performance of queries with filters on - ROWcolumns stored in Parquet files. (#17133)