Release 448 (15 May 2024)#
General#
Fix query failure when reading columns with names that contain only non-alphanumeric characters. (#21833)
Fix potential incorrect results for queries with complex predicates. (#21887)
Fix potential loss of a query completion event when multiple queries fail at the same time. (#21896)
Fix startup failure when fault-tolerant execution is enabled with Google Cloud Storage exchange. (#21951)
Fix potential failure when queries contain
try_cast
. (#21952)Fix graceful shutdown potentially hanging indefinitely when a worker node has crashed. (#18329)
Delta Lake connector#
Hive connector#
Add support for reading integers and timestamps in Parquet files as
DOUBLE
andVARCHAR
columns, respectively, in Trino. (#21509)Add support for caching Glue metadata. (#20657)
Update Glue to V2 REST interface. The old implementation can be temporarily restored by setting the
hive.metastore
configuration property toglue-v1
. (#20657)Improve performance of reading from Parquet files. (#21465)
Fix potential failure when reading ORC files larger than 2GB. (#21587)
Hudi connector#
Iceberg connector#
Phoenix connector#
Remove incorrect type mapping for
TIME
values. (#21879)