Skip to content

Commit ae9e2dd

Browse files
committed
Add 473 release notes
1 parent 057cd61 commit ae9e2dd

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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+
* Fix failure when setting comments on columns with upper case letters. ({issue}`25297`)
8+
* Fix potential query failure when `retry_policy` set to `TASK` ({issue}`25217`)
9+
10+
## Security
11+
12+
* Add LDAP based group provider. ({issue}`23900`)
13+
* Fix column masks not being applied on view columns with upper case. ({issue}`24054`)
14+
15+
## BigQuery connector
16+
17+
* Fix failure when initializing the connector on a machine with more than 32 CPU cores. ({issue}`25228`)
18+
19+
## Delta Lake connector
20+
21+
* Remove the deprecated `glue-v1` metastore type. ({issue}`25201`)
22+
* Remove deprecated Databricks Unity catalog integration. ({issue}`25250`)
23+
* Fix Glue endpoint URL override. ({issue}`25324`)
24+
25+
## Hive connector
26+
27+
* Remove the deprecated `glue-v1` metastore type. ({issue}`25201`)
28+
* Remove deprecated Databricks Unity catalog integration. ({issue}`25250`)
29+
* Fix Glue endpoint URL override. ({issue}`25324`)
30+
31+
## Hudi connector
32+
33+
* Fix queries getting stuck when reading empty partitions. ({issue}`19506 `)
34+
* Remove the deprecated `glue-v1` metastore type. ({issue}`25201`)
35+
* Fix Glue endpoint URL override. ({issue}`25324`)
36+
37+
## Iceberg connector
38+
39+
* Set `write.<filetype>.compression-codec` table property when creating new tables. ({issue}`24851`)
40+
* Expose additional properties in `$properties` tables. ({issue}`24812`)
41+
* Fix Glue endpoint URL override. ({issue}`25324`)
42+
43+
## Kudu connector
44+
45+
* Remove the Kudu connector. ({issue}`24417`)
46+
47+
## Phoenix connector
48+
49+
* Remove the Phoenix connector. ({issue}`24135`)
50+
51+
## SPI
52+
53+
* Add `SourcePage` interface and `ConnectorPageSource.getNextSourcePage()`. ({issue}`24011`)
54+
* Deprecate `ConnectorPageSource.getNextPage()` for removal. ({issue}`24011`)

0 commit comments

Comments
 (0)