Skip to content

Commit e2a19d5

Browse files
committed
address feedback
1 parent a2e78fd commit e2a19d5

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

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

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 476 (2 Jun 2025)
1+
# Release 476 (3 Jun 2025)
22

33
## General
44

@@ -14,6 +14,7 @@
1414
* Fix potential query failure when `fault_tolerant_execution_runtime_adaptive_partitioning_enabled`
1515
is set to `true`. ({issue}`25870`)
1616
* Fix failure for queries involving casts with `row` types. ({issue}`25864`)
17+
* Fix `SHOW SCHEMAS` failure when catalog names contain mixed case letters. ({issue}`25701`)
1718

1819
## Security
1920

@@ -41,7 +42,7 @@
4142
## Delta Lake connector
4243

4344
* Add support for the `FOR TIMESTAMP AS OF` clause. ({issue}`21024`)
44-
* Allow configuring *User-ManagedIdentity* in AzureFS. ({issue}`23447`)
45+
* Add support for user-assigned managed identity authentication for AzureFS. ({issue}`23447`)
4546
* Add signer type support to the native S3 filesystem. ({issue}`25820`)
4647
* Avoid skipping statistics computation for all columns when some column types
4748
don't support statistics. ({issue}`24487`)
@@ -53,7 +54,6 @@
5354
procedure. ({issue}`25666`)
5455
* Fix query failures when attempting to read `date` columns stored as integer
5556
values in Parquet files. ({issue}`25667`)
56-
* Fix `SHOW SCHEMAS` failure when catalog names contain mixed case letters. ({issue}`25701`)
5757

5858
## Druid connector
5959

@@ -80,26 +80,24 @@
8080

8181
* Add support for excluding certain tables from the directory listing cache
8282
with the `hive.file-status-cache.excluded-tables` configuration property. ({issue}`25715`)
83-
* Add signer type support to the native S3 filesystem. ({issue}`25820`)
83+
* Allow selecting the AWS signing protocol to use when authenticating S3 requests. ({issue}`25820`)
8484
* Improve compatibility with S3-compliant storage systems. ({issue}`25791`)
85-
* Allow configuring User-ManagedIdentity in AzureFS. ({issue}`23447`)
86-
* Improve the directory listing cache invalidation behavior to avoid invalidating the entire
87-
cache when dropping a partitioned table. ({issue}`25749`)
88-
* Fix query failure when reading ORC files with a large row count. ({issue}`25634`)
89-
* Reduce S3 throttling failures by increasing streaming upload part size and reducing number
90-
of requests. ({issue}`25781`)
85+
* Add support for user-assigned managed identity authentication for AzureFS. ({issue}`23447`)
86+
* Improve metadata reading performance by optimizing directory listing cache behavior. ({issue}`25749`)
87+
* Fix query failures with `HIVE_CANNOT_OPEN_SPLIT` error when reading ORC files with a large row count. ({issue}`25634`)
88+
* Reduce S3 throttling failures. ({issue}`25781`)
9189
* Fix query failures when attempting to read `date` columns stored as integer
9290
values in Parquet files. ({issue}`25667`)
9391

9492
## Hudi connector
9593

96-
* Allow configuring User-ManagedIdentity in AzureFS. ({issue}`23447`)
94+
* Add support for user-assigned managed identity authentication for AzureFS. ({issue}`23447`)
9795
* Fix query failures when attempting to read `date` columns stored as integer
9896
values in Parquet files. ({issue}`25667`)
9997

10098
## Iceberg connector
10199

102-
* Allow configuring User-ManagedIdentity in AzureFS. ({issue}`23447`)
100+
* Add support for user-assigned managed identity authentication for AzureFS. ({issue}`23447`)
103101
* Add signer type support to the native S3 filesystem. ({issue}`25820`)
104102
* Add `added_delete_files_count`, `existing_delete_files_count`, `deleted_delete_files_count`, and
105103
`reference_snapshot_id` columns to `$all_manifests` metadata tables. ({issue}`25867`)
@@ -109,9 +107,8 @@
109107
`iceberg.max-partitions-per-writer` configuration property. ({issue}`25662`)
110108
* Improve query planning performance when reading from materialized views. ({issue}`24734`)
111109
* Prevent rare failure when `iceberg.bucket-execution` is enabled. ({issue}`25125`)
112-
* Fix query failure when reading ORC files with a large row count. ({issue}`25634`)
113-
* Reduce S3 throttling failures by increasing streaming upload part size and reducing
114-
number of requests. ({issue}`25781`)
110+
* Fix query failures with `HIVE_CANNOT_OPEN_SPLIT` error when reading ORC files with a large row count. ({issue}`25634`)
111+
* Reduce S3 throttling failures. ({issue}`25781`)
115112
* Fix query timeout errors due to concurrent writes on tables with large number of
116113
manifest files. ({issue}`24751`)
117114
* Fix query failures when attempting to read `date` columns stored as integer

0 commit comments

Comments
 (0)