File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/src/main/sphinx/release Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 36
36
* Improve memory usage for queries involving ` GROUP BY ` . ({issue}` 25879 ` )
37
37
* Reduce memory required for queries containing aggregations with a ` DISTINCT `
38
38
or ` ORDER BY ` clause. ({issue}` 26276 ` )
39
- * Improve join and aggregation reliability when spilling. ({issue}` 25892 ` , {issue}` 25976 ` )
40
39
* Improve performance of simple queries in clusters with small number of
41
40
nodes. ({issue}` 26525 ` )
42
41
* Improve cluster stability when querying slow data sources and queries terminate early
43
42
or are cancelled. ({issue}` 26602 ` )
43
+ * Improve join and aggregation reliability when spilling. ({issue}` 25892 ` , {issue}` 25976 ` )
44
+ * Ensure spill files are cleaned up for queries involving ` GROUP BY ` . ({issue}` 26141 ` )
44
45
* Reduce out-of-memory errors for queries involving joins. ({issue}` 26142 ` )
45
46
* Fix incorrect results for queries involving ` GROUP BY ` when spilling is enabled. ({issue}` 25892 ` )
46
47
* Fix failure when aggregation exists in other expressions in ` GROUP BY AUTO ` . ({issue}` 25987 ` )
You can’t perform that action at this time.
0 commit comments