|
3 | 3 | ## General |
4 | 4 |
|
5 | 5 | * Add coordinator and worker counts to `/metrics` endpoint. ({issue}`27408`) |
6 | | -* Add `task.scale-writers.max-writer-memory-percentage` configuration property |
7 | | - to improve management of insert memory consumption. ({issue}`27874`) |
| 6 | +* Allow configuring the maximum amount of memory to use while writing tables |
| 7 | + through the `task.scale-writers.max-writer-memory-percentage` configuration |
| 8 | + property. ({issue}`27874`) |
| 9 | +* Add `array_first(array(E), function(E, boolean))` to return an element |
| 10 | + matching the predicate. ({issue}`27706`) |
8 | 11 | * {{breaking}} Remove `enable-large-dynamic-filters` configuration property and the |
9 | 12 | corresponding system session property `enable_large_dynamic_filters`. ({issue}`27637`) |
10 | 13 | * {{breaking}} Remove the `dynamic-filtering.small*` and `dynamic-filtering.large-broadcast*` |
|
17 | 20 | * Fix {func}`localtimestamp` failure for precisions 7 and 8. ({issue}`27807`) |
18 | 21 | * Fix spurious query failures when querying the `system` catalog during catalog |
19 | 22 | drop operations. ({issue}`28017`) |
| 23 | +* Fix failure when executing `date_add` function with larger value. ({issue}`27899`) |
20 | 24 |
|
21 | 25 | ## Web UI |
22 | 26 |
|
23 | 27 | * Add cluster status info to the header in the preview UI. ({issue}`27712`) |
24 | 28 | * Sort stages in the query details page numerically rather than alphabetically. ({issue}`27655`) |
25 | 29 |
|
| 30 | +## CLI |
| 31 | +* Fix warning generated when system terminal cannot be created. ({issue}`28321`) |
| 32 | + |
26 | 33 | ## ClickHouse connector |
27 | 34 |
|
28 | 35 | * Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT` |
|
48 | 55 | writing to Delta Lake tables on S3. ({issue}`27701`) |
49 | 56 | * Fix potential table corruption when executing `CREATE OR REPLACE` with table definition |
50 | 57 | changes. ({issue}`27805`) |
| 58 | +* Fix Azure Storage connectivity issues. ({issue}`28058`) |
51 | 59 |
|
52 | 60 | ## DuckDB connector |
53 | 61 |
|
|
68 | 76 | * {{breaking}} Remove the deprecated `gcs.use-access-token` configuration property. ({issue}`26941`) |
69 | 77 | * {{breaking}} Remove the `hive.fs.new-file-inherit-ownership` configuration property. ({issue}`28029`) |
70 | 78 | * Improve the effectiveness of Bloom filters for high-cardinality columns in Parquet files. ({issue}`27656`) |
| 79 | +* Fix Azure Storage connectivity issues. ({issue}`28058`) |
| 80 | +* Fix memory accounting for insert queries on a bucketed sorted table. ({issue}`28315`) |
71 | 81 |
|
72 | 82 | ## Hudi connector |
73 | 83 |
|
|
80 | 90 | `parquet.writer.page-size`, instead. ({issue}`27729`) |
81 | 91 | * {{breaking}} Remove the deprecated `gcs.use-access-token` configuration property. ({issue}`26941`) |
82 | 92 | * {{breaking}} Remove the `hive.fs.new-file-inherit-ownership` configuration property. ({issue}`28029`) |
| 93 | +* Fix Azure Storage connectivity issues. ({issue}`28058`) |
83 | 94 |
|
84 | 95 | ## Iceberg connector |
85 | 96 |
|
|
88 | 99 | * Add support for column default values in Iceberg v3 tables. ({issue}`27837`) |
89 | 100 | * Add support for creating, writing to or deleting from Iceberg v3 tables. ({issue}`27786`, {issue}`27788`) |
90 | 101 | * Add `content` column to `$manifests` and `$all_manifests` metadata tables. ({issue}`27975`) |
| 102 | +* Add support for changing nested types in `array` and `map` types. ({issue}`27998`) |
91 | 103 | * Clean up unused files from materialized views when they are refreshed. ({issue}`28008`) |
92 | 104 | * {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`) |
93 | 105 | * {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration |
|
102 | 114 | `extended_statistics_enabled` session property. ({issue}`27914`) |
103 | 115 | * Improve the effectiveness of Bloom filters for high-cardinality columns in Parquet files. ({issue}`27656`) |
104 | 116 | * Improve query performance when querying a fresh materialized view. ({issue}`27608`) |
| 117 | +* Improve `optimize_manifests` to cluster manifests by partitions for improving |
| 118 | + performance of reads with partition filters. ({issue}`27358`) |
105 | 119 | * Reduce planning time of queries on tables containing delete files. ({issue}`27955`) |
106 | 120 | * Reduce planning time for queries involving simple `FROM` and `WHERE` clauses. ({issue}`27973`) |
107 | | -* Fix failure when reading `$files` metadata table with partition evolution using |
108 | | - `truncate` or `bucket` on the same column. ({issue}`26109`) |
| 121 | +* Reduce query planning time on large tables. ({issue}`28068`) |
| 122 | +* Fix failure when reading `$files` metadata tables when |
| 123 | + scheme involving `bucket` or `truncate` changes. ({issue}`26109`) |
109 | 124 | * Fix failure when reading `$file_modified_time` metadata column on tables with equality |
110 | 125 | deletes. ({issue}`27850`) |
111 | | -* Avoid Parquet footer explosion when binary columns contain certain pathological values. ({issue}`27903`) |
| 126 | +* Avoid large footers in Parquet files from certain rare string inputs. ({issue}`27903`) |
112 | 127 | * Fix failures for queries with joins on metadata columns. ({issue}`27984`) |
| 128 | +* Fix Azure Storage connectivity issues. ({issue}`28058`) |
| 129 | +* Fix memory accounting for insert queries on a bucketed sorted table. ({issue}`28315`) |
113 | 130 |
|
114 | 131 | ## Ignite connector |
115 | 132 |
|
|
177 | 194 | `TypeParameter.Type` instead. ({issue}`27574`) |
178 | 195 | * Deprecate `MaterializedViewFreshness#getLastFreshTime`. |
179 | 196 | Use `getLastKnownFreshTime` instead. ({issue}`27803`) |
| 197 | +* Change `ColumnMetadata.comment` and `ColumnMetadata.extraInfo` to `Optional<String>`. ({issue}`28151`) |
0 commit comments