Skip to content

Commit cc41eed

Browse files
committed
Add 11-26 release notes
1 parent ea3fc72 commit cc41eed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/main/sphinx/release/release-479.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
* Require the JDK Vector API to be enabled at runtime. ({issue}`27340`)
1111
* Add support for `SET DEFAULT` and `DROP DEFAULT` statements. ({issue}`26162`)
1212
* 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`)
1314
* Deprecate `EXPLAIN (TYPE LOGICAL)`. `EXPLAIN (TYPE DISTRIBUTED)` should be used instead. ({issue}`27434`)
1415
* 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`)
1516
* Enhance after `RemoveTrivialFilters` call `RemoveEmptyUnionBranches` to prune empty union branches. ({issue}`21506`)
1617
* Improve performance of {func}`array_sort` function. ({issue}`27272`)
1718
* Improve performance of {func}`repeat` function. ({issue}`27369`)
19+
* Improve performance of data exchanges involving variable width data ({issue}`27377`)
1820
* Fix planning failure of certain queries where part of the plan is optimized to empty values. ({issue}`21506`)
1921
* Fix configuring partitioned layout for spooling protocol. ({issue}`27247`)
2022

0 commit comments

Comments
 (0)