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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
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 `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`)
13
15
* Enhance after `RemoveTrivialFilters` call `RemoveEmptyUnionBranches` to prune empty union branches. ({issue}`21506`)
14
16
* Improve performance of {func}`array_sort` function. ({issue}`27272`)
15
17
* Improve performance of `repeat` function. ({issue}`27369`)
@@ -51,6 +53,8 @@
51
53
* Harden hierarchical namespace check in Azure with root blob fallback check. ({issue}`27278`)
52
54
* Avoid reading unusually large pages from parquet files.({issue}`27148`)
53
55
* 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`)
0 commit comments