Improve performance of queries that contain predicates involving date_trunc
on date, timestamp or timestamp with time zone partition columns. (#14011)
Fix incorrect results from using the [VERSION | TIMESTAMP] AS OF clause when
the snapshot's schema differs from the current schema of the table. (#14064)
Prevent No bucket node map failures when inserting data. (#13960)
Fix performance regression when reading Parquet data introduced in
Trino version 394. (#14094)
Add the SystemAccessControl.checkCanGrantExecuteFunctionPrivilege overload,
which needs to be implemented to allow views that use table functions. (#13944)
Add the ConnectorMetadata.applyJoin overload. It provides the connector
with a join condition that is as complete as possible to represent using
ConnectorExpression. Deprecate the previous version of
ConnectorMetadata.applyJoin. (#13943)