Record table size when analyzing a table. (#12814)
Enable the optimized Parquet writer by default. This can be disabled via the
parquet.experimental-optimized-writer.enabled configuration property. (#12757)
Disallow adding a new column to a table that has been written with an
unsupported writer. (#12883)
Allow OPTIMIZE on a table partitioned on a timestamp with time zone column
when using CAST(timestamp_col AS date) >= DATE '...' syntax. (#12362)
Allow OPTIMIZE with a predicate on a table that does not have identity
partitioning. (#12795)
Improve performance of DELETE when deleting whole partitions from a table
that does not have identity partitioning. (#7905)
Fix incorrect results when a query contains a filter on a UUID column. (#12834)
Fail queries that attempt to modify old snapshots. (#12860)
Deprecate using synthetic @-based syntax for Iceberg snapshot access in
favor of the AS OF syntax. The old behavior can be restored by setting the
allow_legacy_snapshot_syntax session property or
iceberg.allow-legacy-snapshot-syntax configuration property. (#10768)