We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f082019 commit ee66eddCopy full SHA for ee66edd
docs/src/main/sphinx/release/release-473.md
@@ -4,6 +4,8 @@
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
0 commit comments