Add support for using path-style access for all requests to S3 when using
fault-tolerant execution with exchange spooling. This can be enabled with the
exchange.s3.path-style-access configuration property. (#14655)
Add support for table functions in file-based access control. (#13713)
Add output buffer utilization distribution to EXPLAIN ANALYZE VERBOSE. (#14596)
Add operator blocked time distribution to EXPLAIN ANALYZE VERBOSE. (#14640)
Improve performance and reliability of INSERT and MERGE. (#14553)
Fix query failure caused by a
com.google.common.base.VerifyException: cannot unset noMoreSplits error. (#14668)
Fix underestimation of CPU usage and scheduled time statistics for joins in
EXPLAIN ANALYZE. (#14572)
Add support for configuring the prefix for internal column names with the
kafka.internal-column-prefix catalog configuration property. The default
value is _ to maintain current behavior. (#14224)