|
5 | 5 | * {{breaking}} Remove `enable-large-dynamic-filters` configuration property and the |
6 | 6 | corresponding system session property `enable_large_dynamic_filters`. Large dynamic |
7 | 7 | filters are used by default. ({issue}`27637`) |
8 | | -* {{breaking}} Remove `dynamic-filtering.small*` and `dynamic-filtering.large-broadcast*` |
| 8 | +* {{breaking}} Remove the `dynamic-filtering.small*` and `dynamic-filtering.large-broadcast*` |
9 | 9 | configuration properties. ({issue}`27637`) |
10 | | -* Extend experimental performance improvements for remote data exchanges on newer CPU |
11 | | - architectures and Graviton 4 CPUs. ({issue}`27586`) |
| 10 | +* Improve performance for remote data exchanges on newer CPU architectures and Graviton |
| 11 | + 4 CPUs. ({issue}`27586`) |
12 | 12 | * Improve performance of queries with data exchanges or aggregations. ({issue}`27657`) |
13 | | -* Reduce out-of-memory errors in window queries when spill is enabled. ({issue}`27873`) |
| 13 | +* Reduce out-of-memory errors in window queries when spilling is enabled. ({issue}`27873`) |
14 | 14 | * Fix incorrect result in {func}`localtimestamp` for sub-micro precision values. ({issue}`27806`) |
15 | | -* Fix {func}`localtimestamp` failure for precisions 7-8. ({issue}`27807`) |
| 15 | +* Fix {func}`localtimestamp` failure for precisions 7 and 8. ({issue}`27807`) |
16 | 16 |
|
17 | 17 | ## Web UI |
18 | 18 |
|
19 | | -* Add cluster status info to header in preview UI. ({issue}`27712`) |
| 19 | +* Add cluster status info to the header in the preview UI. ({issue}`27712`) |
20 | 20 | * Fix numeric ordering of stages. ({issue}`27655`) |
21 | 21 |
|
22 | 22 | ## ClickHouse connector |
|
30 | 30 | properties `metadata.live-files.cache-size`, `metadata.live-files.cache-ttl` and |
31 | 31 | `checkpoint-filtering.enabled` are now defunct and must be removed from server |
32 | 32 | configurations. ({issue}`27618`) |
33 | | -* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`) |
34 | | -* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration |
| 33 | +* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`) |
| 34 | +* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration |
35 | 35 | property, use `parquet.writer.validation-percentage`, instead. ({issue}`27729`) |
36 | | -* {{breaking}} Remove `hive.parquet.writer.block-size` configuration property, use |
| 36 | +* {{breaking}} Remove the `hive.parquet.writer.block-size` configuration property, use |
37 | 37 | `parquet.writer.block-size`, instead. ({issue}`27729`) |
38 | | -* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use |
| 38 | +* {{breaking}} Remove the `hive.parquet.writer.page-size` configuration property, use |
39 | 39 | `parquet.writer.page-size`, instead. ({issue}`27729`) |
40 | | -* {{breaking}} Remove the deprecated `gcs.use-access-token` config property. ({issue}`26941`) |
41 | | -* Improve effectiveness of bloom filters written in Parquet files for high cardinality |
| 40 | +* {{breaking}} Remove the `gcs.use-access-token` configuration property. ({issue}`26941`) |
| 41 | +* Improve effectiveness of bloom filters for high cardinality columns written in Parquet files |
42 | 42 | columns. ({issue}`27656`) |
43 | 43 | * Do not require `PutObjectTagging` AWS S3 permission when writing to Delta Lake tables |
44 | 44 | on S3. ({issue}`27701`) |
45 | 45 |
|
46 | 46 | ## DuckDB connector |
47 | 47 |
|
48 | 48 | * Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
49 | | - CTAS operation. ({issue}`27702`) |
| 49 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
50 | 50 |
|
51 | 51 | ## Hive connector |
52 | 52 |
|
53 | 53 | * Add support for reading Parquet files with timestamps stored in nanosecond units as a |
54 | 54 | `timestamp(9) with time zone` column. ({issue}`27861`) |
55 | | -* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`) |
56 | | -* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration |
57 | | - property, use `parquet.writer.validation-percentage`, instead. ({issue}`27729`) |
58 | | -* {{breaking}} Remove `hive.parquet.writer.block-size` configuration property, use |
| 55 | +* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`) |
| 56 | +* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration |
| 57 | + property, use the `parquet.writer.validation-percentage`, instead. ({issue}`27729`) |
| 58 | +* {{breaking}} Remove the `hive.parquet.writer.block-size` configuration property, use |
59 | 59 | `parquet.writer.block-size`, instead. ({issue}`27729`) |
60 | | -* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use |
| 60 | +* {{breaking}} Remove the `hive.parquet.writer.page-size` configuration property, use |
61 | 61 | `parquet.writer.page-size`, instead. ({issue}`27729`) |
62 | 62 | * {{breaking}} Remove the deprecated `gcs.use-access-token` config property. ({issue}`26941`) |
63 | 63 | * Improve effectiveness of bloom filters written in Parquet files for high cardinality |
64 | 64 | columns. ({issue}`27656`) |
65 | 65 |
|
66 | 66 | ## Hudi connector |
67 | 67 |
|
68 | | -* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`) |
69 | | -* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration |
| 68 | +* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`) |
| 69 | +* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration |
70 | 70 | property, use `parquet.writer.validation-percentage`, instead. ({issue}`27729`) |
71 | | -* {{breaking}} Remove `hive.parquet.writer.block-size` configuration property, use |
| 71 | +* {{breaking}} Remove the `hive.parquet.writer.block-size` configuration property, use |
72 | 72 | `parquet.writer.block-size`, instead. ({issue}`27729`) |
73 | | -* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use |
| 73 | +* {{breaking}} Remove the `hive.parquet.writer.page-size` configuration property, use |
74 | 74 | `parquet.writer.page-size`, instead. ({issue}`27729`) |
75 | 75 | * {{breaking}} Remove the deprecated `gcs.use-access-token` config property. ({issue}`26941`) |
76 | 76 | * Improve effectiveness of bloom filters written in Parquet files for high cardinality columns. ({issue}`27656`) |
|
81 | 81 | * Add `delete_after_commit_enabled` and `max_previous_versions` table properties. ({issue}`14128`) |
82 | 82 | * Allow creating Iceberg format version 3 tables, upgrading v2 tables to v3, and inserting |
83 | 83 | into v3 tables. Unsupported v3 features are explicitly rejected. ({issue}`27786`) |
84 | | -* {{breaking}} Remove `hive.write-validation-threads` configuration property. ({issue}`27729`) |
85 | | -* {{breaking}} Remove `parquet.optimized-writer.validation-percentage` configuration |
| 84 | +* {{breaking}} Remove the `hive.write-validation-threads` configuration property. ({issue}`27729`) |
| 85 | +* {{breaking}} Remove the `parquet.optimized-writer.validation-percentage` configuration |
86 | 86 | property, use `parquet.writer.validation-percentage`, instead. ({issue}`27729`) |
87 | | -* {{breaking}} Remove `hive.parquet.writer.block-size` configuration property, use |
| 87 | +* {{breaking}} Remove the `hive.parquet.writer.block-size` configuration property, use |
88 | 88 | `parquet.writer.block-size`, instead. ({issue}`27729`) |
89 | | -* {{breaking}} Remove `hive.parquet.writer.page-size` configuration property, use |
| 89 | +* {{breaking}} Remove the `hive.parquet.writer.page-size` configuration property, use |
90 | 90 | `parquet.writer.page-size`, instead. ({issue}`27729`) |
91 | 91 | * {{breaking}} Remove the deprecated `gcs.use-access-token` config property. ({issue}`26941`) |
92 | 92 | * {{breaking}} The catalog configuration property `iceberg.extended-statistics.enabled` and the |
|
101 | 101 | ## Ignite connector |
102 | 102 |
|
103 | 103 | * Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
104 | | - CTAS operation. ({issue}`27702`) |
| 104 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
105 | 105 |
|
106 | | -## Lakehouse |
| 106 | +## Lakehouse connector |
107 | 107 |
|
108 | 108 | * Fix failure when reading Iceberg `$files` tables. ({issue}`26751`) |
109 | 109 |
|
110 | 110 | ## MariaDB connector |
111 | 111 |
|
112 | 112 | * Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
113 | | - CTAS operation. ({issue}`27702`) |
| 113 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
114 | 114 |
|
115 | 115 | ## MySQL connector |
116 | 116 |
|
117 | 117 | * Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
118 | | - CTAS operation. ({issue}`27702`) |
| 118 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
119 | 119 |
|
120 | 120 | ## Oracle connector |
121 | 121 |
|
122 | | -* Add support for configuring a connection wait timeout via the `oracle.connection-pool.wait-timeout` |
| 122 | +* Add support for configuring a connection wait timeout with the `oracle.connection-pool.wait-timeout` |
123 | 123 | catalog property. ({issue}`27744`) |
124 | 124 | * Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
125 | | - CTAS operation. ({issue}`27702`) |
| 125 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
126 | 126 |
|
127 | 127 | ## PostgreSQL connector |
128 | 128 |
|
129 | 129 | * Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
130 | | - CTAS operation. ({issue}`27702`) |
| 130 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
131 | 131 |
|
132 | 132 | ## Redshift connector |
133 | 133 |
|
134 | 134 | * Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
135 | | - CTAS operation. ({issue}`27702`) |
| 135 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
136 | 136 |
|
137 | 137 | ## SingleStore connector |
138 | 138 |
|
139 | 139 | * Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
140 | | - CTAS operation. ({issue}`27702`) |
| 140 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
141 | 141 |
|
142 | 142 | ## Snowflake connector |
143 | 143 |
|
144 | 144 | * Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
145 | | - CTAS operation. ({issue}`27702`) |
| 145 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
146 | 146 |
|
147 | 147 | ## SQL Server connector |
148 | 148 |
|
149 | 149 | * Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
150 | | - CTAS operation. ({issue}`27702`) |
| 150 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
151 | 151 |
|
152 | 152 | ## Vertica connector |
153 | 153 |
|
154 | 154 | * Fix failure when creating table caused by incorrect cleanup of the tables after a failed |
155 | | - CTAS operation. ({issue}`27702`) |
| 155 | + `CREATE TABLE ... AS SELECT` operation. ({issue}`27702`) |
156 | 156 |
|
157 | 157 | ## SPI |
158 | 158 |
|
159 | | -* Remove support for `TypeSignatureParameter`. Use `TypeParameter`, instead. ({issue}`27574`) |
| 159 | +* Remove support for `TypeSignatureParameter`. Use `TypeParameter` instead. ({issue}`27574`) |
160 | 160 | * Remove support for `ParameterKind`. Use `TypeParameter.Type`, `TypeParameter.Numeric`, |
161 | | - `TypeParameter.Variable`, instead. ({issue}`27574`) |
| 161 | + and `TypeParameter.Variable` instead. ({issue}`27574`) |
162 | 162 | * Remove support for `NamedType`, `NamedTypeSignature` and `NamedTypeParameter`. Use |
163 | | - `TypeParameter.Type`, instead. ({issue}`27574`) |
| 163 | + `TypeParameter.Type` instead. ({issue}`27574`) |
164 | 164 | * Deprecate `MaterializedViewFreshness#getLastFreshTime`. ({issue}`27803`) |
0 commit comments