Release 473 (19 Mar 2025)#
Warning
This release is broken and should not be used. GROUP BY and DISTINCT queries containing more than 33M unique groups can produce incorrect results. See: (#25381)
General#
Add support for array literals. (#25301)
Reduce the amount of memory required for
DISTINCT
andGROUP BY
operations. (#25127)Improve performance of
GROUP BY
andDISTINCT
aggregations when spilling to disk is enabled
or grouping byrow
,array
, ormap
columns (#25294)Fix failure when setting comments on columns with upper case letters. (#25297)
Fix potential query failure when
retry_policy
set toTASK
(#25217)
Security#
BigQuery connector#
Fix failure when initializing the connector on a machine with more than 32 CPU cores. (#25228)
Delta Lake connector#
Hive connector#
Hudi connector#
Iceberg connector#
Kudu connector#
Remove the Kudu connector. (#24417)
Phoenix connector#
Remove the Phoenix connector. (#24135)