You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/sphinx/release/release-479.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,13 @@
10
10
* Require the JDK Vector API to be enabled at runtime. ({issue}`27340`)
11
11
* Add support for `SET DEFAULT` and `DROP DEFAULT` statements. ({issue}`26162`)
12
12
* Add {func}`array_first` and {func}`array_last` functions. ({issue}`27295`)
13
+
* Allow field name declaration in ROW literal. For example, `row(1 as a, 2 as b)` is now legal. ({issue}`25261`)
13
14
* Deprecate `EXPLAIN (TYPE LOGICAL)`. `EXPLAIN (TYPE DISTRIBUTED)` should be used instead. ({issue}`27434`)
14
15
* Improve performance of remote data exchanges on CPUs supporting the required SIMD extensions. This can be disabled by setting `exchange.experimental.vectorized-serde.enabled=false`. ({issue}`27426`, {issue}`26919`)
15
16
* Enhance after `RemoveTrivialFilters` call `RemoveEmptyUnionBranches` to prune empty union branches. ({issue}`21506`)
16
17
* Improve performance of {func}`array_sort` function. ({issue}`27272`)
17
18
* Improve performance of {func}`repeat` function. ({issue}`27369`)
19
+
* Improve performance of data exchanges involving variable width data ({issue}`27377`)
18
20
* Fix planning failure of certain queries where part of the plan is optimized to empty values. ({issue}`21506`)
19
21
* Fix configuring partitioned layout for spooling protocol. ({issue}`27247`)
0 commit comments