Skip to content

Commit 1eb2398

Browse files
committed
Add 11-25 relese notes
1 parent 493befb commit 1eb2398

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
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 `array_first` and `array_last` functions. ({issue}`27295`)
13+
* Deprecate `EXPLAIN (TYPE LOGICAL)`. `EXPLAIN (TYPE DISTRIBUTED)` should be used instead. ({issue}`27434`)
14+
* Improve performance of data exchanges by using SIMD instructions on ARM CPUs that support SVE, such as graviton 3 and 4. This can be disabled by setting `experimental.blockserde-vectorized-null-suppression-strategy=NONE`({issue}`27426`)
1315
* Enhance after `RemoveTrivialFilters` call `RemoveEmptyUnionBranches` to prune empty union branches. ({issue}`21506`)
1416
* Improve performance of {func}`array_sort` function. ({issue}`27272`)
1517
* Improve performance of `repeat` function. ({issue}`27369`)
@@ -51,6 +53,8 @@
5153
* Harden hierarchical namespace check in Azure with root blob fallback check. ({issue}`27278`)
5254
* Avoid reading unusually large pages from parquet files.({issue}`27148`)
5355
* Fix potential `FileAlreadyExistsException` failure when network failures during s3 write({issue}`27330`)
56+
* Prevent log writer from failing with FileAlreadyExistsException when there are network failures during write.
57+
writing to s3 now requires permissions for PutObjectTagging and GetObjectTagging operations (breaking change).({issue}`27388`)
5458

5559
## Druid connector
5660

0 commit comments

Comments
 (0)