|
1 |
| -# Release 476 (2 Jun 2025) |
| 1 | +# Release 476 (3 Jun 2025) |
2 | 2 |
|
3 | 3 | ## General
|
4 | 4 |
|
|
14 | 14 | * Fix potential query failure when `fault_tolerant_execution_runtime_adaptive_partitioning_enabled`
|
15 | 15 | is set to `true`. ({issue}`25870`)
|
16 | 16 | * 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`) |
17 | 18 |
|
18 | 19 | ## Security
|
19 | 20 |
|
|
41 | 42 | ## Delta Lake connector
|
42 | 43 |
|
43 | 44 | * 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`) |
45 | 46 | * Add signer type support to the native S3 filesystem. ({issue}`25820`)
|
46 | 47 | * Avoid skipping statistics computation for all columns when some column types
|
47 | 48 | don't support statistics. ({issue}`24487`)
|
|
53 | 54 | procedure. ({issue}`25666`)
|
54 | 55 | * Fix query failures when attempting to read `date` columns stored as integer
|
55 | 56 | values in Parquet files. ({issue}`25667`)
|
56 |
| -* Fix `SHOW SCHEMAS` failure when catalog names contain mixed case letters. ({issue}`25701`) |
57 | 57 |
|
58 | 58 | ## Druid connector
|
59 | 59 |
|
|
80 | 80 |
|
81 | 81 | * Add support for excluding certain tables from the directory listing cache
|
82 | 82 | 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`) |
84 | 84 | * 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`) |
91 | 89 | * Fix query failures when attempting to read `date` columns stored as integer
|
92 | 90 | values in Parquet files. ({issue}`25667`)
|
93 | 91 |
|
94 | 92 | ## Hudi connector
|
95 | 93 |
|
96 |
| -* Allow configuring User-ManagedIdentity in AzureFS. ({issue}`23447`) |
| 94 | +* Add support for user-assigned managed identity authentication for AzureFS. ({issue}`23447`) |
97 | 95 | * Fix query failures when attempting to read `date` columns stored as integer
|
98 | 96 | values in Parquet files. ({issue}`25667`)
|
99 | 97 |
|
100 | 98 | ## Iceberg connector
|
101 | 99 |
|
102 |
| -* Allow configuring User-ManagedIdentity in AzureFS. ({issue}`23447`) |
| 100 | +* Add support for user-assigned managed identity authentication for AzureFS. ({issue}`23447`) |
103 | 101 | * Add signer type support to the native S3 filesystem. ({issue}`25820`)
|
104 | 102 | * Add `added_delete_files_count`, `existing_delete_files_count`, `deleted_delete_files_count`, and
|
105 | 103 | `reference_snapshot_id` columns to `$all_manifests` metadata tables. ({issue}`25867`)
|
|
109 | 107 | `iceberg.max-partitions-per-writer` configuration property. ({issue}`25662`)
|
110 | 108 | * Improve query planning performance when reading from materialized views. ({issue}`24734`)
|
111 | 109 | * 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`) |
115 | 112 | * Fix query timeout errors due to concurrent writes on tables with large number of
|
116 | 113 | manifest files. ({issue}`24751`)
|
117 | 114 | * Fix query failures when attempting to read `date` columns stored as integer
|
|
0 commit comments