|
| 1 | +# Release 480 (updated to 19/01/2026) |
| 2 | + |
| 3 | +## General |
| 4 | + |
| 5 | +* Expose coordinator and worker counts to the metrics endpoint. ({issue}`27408`) |
| 6 | +* Expose scale writers max memory limits to improve management of insert memory |
| 7 | + consumption . ({issue}`27874`) |
| 8 | +* {{breaking}} Remove `enable-large-dynamic-filters` configuration property and the |
| 9 | + corresponding system session property `enable_large_dynamic_filters`. ({issue}`27637`) |
| 10 | +* {{breaking}} Remove the `dynamic-filtering.small*` and `dynamic-filtering.large-broadcast*` |
| 11 | + configuration properties. ({issue}`27637`) |
| 12 | +* Improve performance for remote data exchanges on newer CPU architectures and Graviton |
| 13 | + 4 CPUs. ({issue}`27586`) |
| 14 | +* Improve performance of queries with data exchanges or aggregations. ({issue}`27657`) |
| 15 | +* Reduce out-of-memory errors in window queries when spilling is enabled. ({issue}`27873`) |
| 16 | +* Fix incorrect results when using {func}`localtimestamp(3)`. ({issue}`27806`) |
| 17 | +* Fix {func}`localtimestamp` failure for precisions 7 and 8. ({issue}`27807`) |
| 18 | +* Fix spurious query failures when querying `system` catalog while some catalog |
| 19 | + is dropped. ({issue}`28017`) |
| 20 | + |
| 21 | +## Web UI |
| 22 | + |
| 23 | +* Add cluster status info to the header in the preview UI. ({issue}`27712`) |
| 24 | +* Fix numeric ordering of stages. ({issue}`27655`) |
| 25 | + |
| 26 | +## ClickHouse connector |
| 27 | + |
| 28 | +* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 29 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
| 30 | + |
| 31 | +## Delta Lake connector |
| 32 | + |
| 33 | +* {{breaking}} Remove live files table metadata cache. The configuration |
| 34 | + properties `metadata.live-files.cache-size`, `metadata.live-files.cache-ttl` and |
| 35 | + `checkpoint-filtering.enabled` are now defunct and must be removed from server |
| 36 | + configurations. ({issue}`27618`) |
| 37 | +* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`) |
| 38 | +* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration |
| 39 | + property, use `parquet.writer.validation-percentage`, instead. ({issue}`27729`) |
| 40 | +* {{breaking}} Remove the `hive.parquet.writer.block-size` configuration property, use |
| 41 | + `parquet.writer.block-size`, instead. ({issue}`27729`) |
| 42 | +* {{breaking}} Remove the `hive.parquet.writer.page-size` configuration property, use |
| 43 | + `parquet.writer.page-size`, instead. ({issue}`27729`) |
| 44 | +* {{breaking}} Remove the `gcs.use-access-token` configuration property. ({issue}`26941`) |
| 45 | +* {{breaking}} Remove the `hive.fs.new-file-inherit-ownership` configuration property. ({issue}`28029`) |
| 46 | +* Improve effectiveness of bloom filters for high cardinality columns written in Parquet files. ({issue}`27656`) |
| 47 | +* Do not require `PutObjectTagging` AWS S3 permission when writing to Delta Lake tables |
| 48 | + on S3. ({issue}`27701`) |
| 49 | +* Fix potential table corruption when executing `CREATE OR REPLACE` with table definition |
| 50 | + changes. ({issue}`27805`) |
| 51 | + |
| 52 | +## DuckDB connector |
| 53 | + |
| 54 | +* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 55 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
| 56 | + |
| 57 | +## Hive connector |
| 58 | + |
| 59 | +* Add support for reading Parquet files with timestamps stored in nanosecond units as a |
| 60 | + `timestamp(p) with time zone` column. ({issue}`27861`) |
| 61 | +* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`) |
| 62 | +* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration |
| 63 | + property, use the `parquet.writer.validation-percentage`, instead. ({issue}`27729`) |
| 64 | +* {{breaking}} Remove the `hive.parquet.writer.block-size` configuration property, use |
| 65 | + `parquet.writer.block-size`, instead. ({issue}`27729`) |
| 66 | +* {{breaking}} Remove the `hive.parquet.writer.page-size` configuration property, use |
| 67 | + `parquet.writer.page-size`, instead. ({issue}`27729`) |
| 68 | +* {{breaking}} Remove the deprecated `gcs.use-access-token` configuration property. ({issue}`26941`) |
| 69 | +* {{breaking}} Remove the `hive.fs.new-file-inherit-ownership` configuration property. ({issue}`28029`) |
| 70 | +* Improve effectiveness of bloom filters written in Parquet files for high cardinality. ({issue}`27656`) |
| 71 | + |
| 72 | +## Hudi connector |
| 73 | + |
| 74 | +* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`) |
| 75 | +* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration |
| 76 | + property, use `parquet.writer.validation-percentage`, instead. ({issue}`27729`) |
| 77 | +* {{breaking}} Remove the `hive.parquet.writer.block-size` configuration property, use |
| 78 | + `parquet.writer.block-size`, instead. ({issue}`27729`) |
| 79 | +* {{breaking}} Remove the `hive.parquet.writer.page-size` configuration property, use |
| 80 | + `parquet.writer.page-size`, instead. ({issue}`27729`) |
| 81 | +* {{breaking}} Remove the deprecated `gcs.use-access-token` configuration property. ({issue}`26941`) |
| 82 | +* {{breaking}} Remove the `hive.fs.new-file-inherit-ownership` configuration property. ({issue}`28029`) |
| 83 | + |
| 84 | +## Iceberg connector |
| 85 | + |
| 86 | +* Add support for BigLake metastore in Iceberg REST catalog. ({issue}`26219`) |
| 87 | +* Add `delete_after_commit_enabled` and `max_previous_versions` table properties. ({issue}`14128`) |
| 88 | +* Allow creating Iceberg format version 3 tables, upgrading v1 or v2 tables to v3, and inserting |
| 89 | + into v3 tables. Unsupported v3 features are explicitly rejected. ({issue}`27786`) |
| 90 | +* Add support for column default values in Iceberg v3 tables. ({issue}`27837`) |
| 91 | +* Add support for Iceberg format v3 deletion vectors to enable `DELETE`, `UPDATE` |
| 92 | + and `MERGE` on v3 tables. ({issue}`27788`) |
| 93 | +* Add `content` column to `$manifests` and `$all_manifests` metadata tables. ({issue}`27975`) |
| 94 | +* Clean up unused files from materialized views when they are refreshed. ({issue}`28008`) |
| 95 | +* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`) |
| 96 | +* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration |
| 97 | + property, use `parquet.writer.validation-percentage`, instead. ({issue}`27729`) |
| 98 | +* {{breaking}} Remove the `hive.parquet.writer.block-size` configuration property, use |
| 99 | + `parquet.writer.block-size`, instead. ({issue}`27729`) |
| 100 | +* {{breaking}} Remove the `hive.parquet.writer.page-size` configuration property, use |
| 101 | + `parquet.writer.page-size`, instead. ({issue}`27729`) |
| 102 | +* {{breaking}} Remove the deprecated `gcs.use-access-token` configuration property. ({issue}`26941`) |
| 103 | +* {{breaking}} Remove the `hive.fs.new-file-inherit-ownership` configuration property. ({issue}`28029`) |
| 104 | +* {{breaking}} The catalog configuration property `iceberg.extended-statistics.enabled` and the |
| 105 | + corresponding catalog session property `extended_statistics_enabled` are now defunct. ({issue}`27914`) |
| 106 | +* Improve effectiveness of bloom filters for high cardinality columns written in Parquet files. ({issue}`27656`) |
| 107 | +* Improve query performance when querying fresh Iceberg materialized view. ({issue}`27608`) |
| 108 | +* Reduce planning time of queries with scans on tables with delete files. ({issue}`27955`) |
| 109 | +* Reduce planning time for simple queries with a scan and filter. ({issue}`27973`) |
| 110 | +* Fix failure when reading `$files` metadata table with partition evolution using |
| 111 | + `truncate` or `bucket` on the same column. ({issue}`26109`) |
| 112 | +* Fix failure when reading `$file_modified_time` metadata column on tables with equality |
| 113 | + deletes. ({issue}`27850`) |
| 114 | +* Avoid Parquet footer explosion when binary columns contain certain pathological values. ({issue}`27903`) |
| 115 | +* Fix failures for queries with JOINs on metadata columns. ({issue}`27984`) |
| 116 | + |
| 117 | +## Ignite connector |
| 118 | + |
| 119 | +* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 120 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
| 121 | + |
| 122 | +## Lakehouse connector |
| 123 | + |
| 124 | +* Fix failure when reading Iceberg `$files` tables. ({issue}`26751`) |
| 125 | + |
| 126 | +## MariaDB connector |
| 127 | + |
| 128 | +* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 129 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
| 130 | + |
| 131 | +## MySQL connector |
| 132 | + |
| 133 | +* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 134 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
| 135 | + |
| 136 | +## Oracle connector |
| 137 | + |
| 138 | +* Add support for configuring a connection wait timeout with the `oracle.connection-pool.wait-timeout` |
| 139 | + catalog property. ({issue}`27744`) |
| 140 | +* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 141 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
| 142 | +* Fix failure when reading `float` type in `query` table function. ({issue}`27880`) |
| 143 | + |
| 144 | +## PostgreSQL connector |
| 145 | + |
| 146 | +* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 147 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
| 148 | + |
| 149 | +## Redshift connector |
| 150 | + |
| 151 | +* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 152 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
| 153 | + |
| 154 | +## SingleStore connector |
| 155 | + |
| 156 | +* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 157 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
| 158 | + |
| 159 | +## Snowflake connector |
| 160 | + |
| 161 | +* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 162 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
| 163 | + |
| 164 | +## SQL Server connector |
| 165 | + |
| 166 | +* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 167 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
| 168 | + |
| 169 | +## Vertica connector |
| 170 | + |
| 171 | +* Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
| 172 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
| 173 | + |
| 174 | +## SPI |
| 175 | + |
| 176 | +* Remove support for `TypeSignatureParameter`. Use `TypeParameter` instead. ({issue}`27574`) |
| 177 | +* Remove support for `ParameterKind`. Use `TypeParameter.Type`, `TypeParameter.Numeric`, |
| 178 | + and `TypeParameter.Variable` instead. ({issue}`27574`) |
| 179 | +* Remove support for `NamedType`, `NamedTypeSignature` and `NamedTypeParameter`. Use |
| 180 | + `TypeParameter.Type` instead. ({issue}`27574`) |
| 181 | +* Deprecate `MaterializedViewFreshness#getLastFreshTime`. |
| 182 | + Use `getLastKnownFreshTime` instead. ({issue}`27803`) |
0 commit comments