|
1 | | -# Release 480 (updated to 13/01/2026) |
| 1 | +# Release 480 (updated to 15/01/2026) |
2 | 2 |
|
3 | 3 | ## General |
4 | 4 |
|
|
8 | 8 | * {{breaking}} Remove `dynamic-filtering.small*` and `dynamic-filtering.large-broadcast*` |
9 | 9 | configuration properties. ({issue}`27637`) |
10 | 10 | * Extend experimental performance improvements for remote data exchanges on newer CPU |
11 | | - architectures. ({issue}`27586`) |
12 | | -* Enable experimental performance improvements for remote data exchanges on Graviton 4 |
13 | | - CPUs. ({issue}`27586`) |
| 11 | + architectures and Graviton 4 CPUs. ({issue}`27586`) |
14 | 12 | * Improve performance of queries with data exchanges or aggregations. ({issue}`27657`) |
15 | 13 | * Reduce out-of-memory errors in window queries when spill is enabled. ({issue}`27873`) |
16 | 14 | * Fix double rounding in {func}`localtimestamp` for sub-micro precision values. ({issue}`27806`) |
|
53 | 51 | ## Hive connector |
54 | 52 |
|
55 | 53 | * Add support for reading Parquet files with timestamps stored in nanosecond units as a |
56 | | - `timestamp with time zone` column. ({issue}`27861`) |
| 54 | + `timestamp(9) with time zone` column. ({issue}`27861`) |
57 | 55 | * {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`) |
58 | 56 | * {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration |
59 | 57 | property, use `parquet.writer.validation-percentage`, instead. ({issue}`27729`) |
|
91 | 89 | * {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use |
92 | 90 | `parquet.writer.page-size`, instead. ({issue}`27729`) |
93 | 91 | * {{breaking}} Remove the deprecated `gcs.use-access-token` config property. ({issue}`26941`) |
| 92 | +* {{breaking}} The catalog configuration property `iceberg.extended-statistics.enabled` and the |
| 93 | + corresponding catalog session property `extended_statistics_enabled` are now defunct. ({issue}`27914`) |
94 | 94 | * Optimize Iceberg materialized view freshness checks based on grace period. ({issue}`27608`) |
95 | 95 | * Fix failure when reading `$files` metadata table with partition evolution using |
96 | 96 | `truncate` or `bucket` on the same column. ({issue}`26109`) |
|
0 commit comments