Skip to content

Commit aa4319f

Browse files
committed
Add 473 release notes
1 parent 579d325 commit aa4319f

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

docs/src/main/sphinx/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
```{toctree}
77
:maxdepth: 1
88
9+
release/release-473
910
release/release-472
1011
release/release-471
1112
release/release-470
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Release 473 (19 Mar 2025)
2+
3+
## General
4+
5+
* Add support for array literals. ({issue}`25301`)
6+
* Reduce the amount of memory required for `DISTINCT` and `GROUP BY` operations. ({issue}`25127`)
7+
* Improve performance of `GROUP BY` and `DISTINCT` aggregations when spilling to disk is enabled
8+
or grouping by `row`, `array`, or `map` columns ({issue}`25294`)
9+
* Fix failure when setting comments on columns with upper case letters. ({issue}`25297`)
10+
* Fix potential query failure when `retry_policy` set to `TASK` ({issue}`25217`)
11+
12+
## Security
13+
14+
* Add LDAP-based group provider. ({issue}`23900`)
15+
* Fix column masks not being applied on view columns with upper case. ({issue}`24054`)
16+
17+
## BigQuery connector
18+
19+
* Fix failure when initializing the connector on a machine with more than 32 CPU cores. ({issue}`25228`)
20+
21+
## Delta Lake connector
22+
23+
* Remove the deprecated `glue-v1` metastore type. ({issue}`25201`)
24+
* Remove deprecated Databricks Unity catalog integration. ({issue}`25250`)
25+
* Fix Glue endpoint URL override. ({issue}`25324`)
26+
27+
## Hive connector
28+
29+
* Remove the deprecated `glue-v1` metastore type. ({issue}`25201`)
30+
* Remove deprecated Databricks Unity catalog integration. ({issue}`25250`)
31+
* Fix Glue endpoint URL override. ({issue}`25324`)
32+
33+
## Hudi connector
34+
35+
* Fix queries getting stuck when reading empty partitions. ({issue}`19506 `)
36+
* Remove the deprecated `glue-v1` metastore type. ({issue}`25201`)
37+
* Fix Glue endpoint URL override. ({issue}`25324`)
38+
39+
## Iceberg connector
40+
41+
* Set the `write.<filetype>.compression-codec` table property when creating new tables. ({issue}`24851`)
42+
* Expose additional properties in `$properties` tables. ({issue}`24812`)
43+
* Fix Glue endpoint URL override. ({issue}`25324`)
44+
45+
## Kudu connector
46+
47+
* Remove the Kudu connector. ({issue}`24417`)
48+
49+
## Phoenix connector
50+
51+
* Remove the Phoenix connector. ({issue}`24135`)
52+
53+
## SPI
54+
55+
* Add `SourcePage` interface and `ConnectorPageSource.getNextSourcePage()`. ({issue}`24011`)
56+
* Deprecate `ConnectorPageSource.getNextPage()` for removal. ({issue}`24011`)

0 commit comments

Comments
 (0)