-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# Release 459 (xx Sep 2024) | ||
|
||
## General | ||
|
||
* Fix possible query failure when `retry_policy` is set to `TASK` and when | ||
adaptive join reordering is enabled. ({issue}`23407`) | ||
|
||
## Docker image | ||
|
||
* Update Java runtime to Java 23. ({issue}`23482`) | ||
|
||
## CLI | ||
|
||
* Display data sizes and rates with binary (1024-based) abbreviations such as | ||
`KiB` and `MiB`. Add flag `--decimal-data-size` to use decimal (1000-based) | ||
values and abbreviations such as `KB` and `MB`. (#13054) | ||
|
||
## BigQuery connector | ||
|
||
* Add support for dereference pushdown. ({issue}`23443`) | ||
* Fix query failure when the `bigquery.service-cache-ttl` property isn't `0ms` | ||
and case insensitive name matching is enabled. ({issue}`23481`) | ||
|
||
## ClickHouse connector | ||
|
||
* Unconditionally pushdown `varchar` predicates. ({issue}`23516`) | ||
|
||
## Delta Lake connector | ||
|
||
* Allow configuring maximum HTTP requests in | ||
[](/object-storage/file-system-azure) with `azure.max-http-requests`. | ||
({issue}`22915`) | ||
* Allow disabling caching of Delta Lake transaction logs when filesystem caching | ||
is enabled with the `delta.fs.cache.disable-transaction-log-caching` property. ({issue}`21451`) | ||
* Add support for WASB to [](/object-storage/file-system-azure). ({issue}`23511`) | ||
* Improve cache hit ratio of the [](/object-storage/file-system-cache). ({issue}`23172`) | ||
* Fix incorrect results when writing deletion vectors. ({issue}`23229`) | ||
* Fix failures for queries with distinct aggregations on metadata tables. ({issue}`23529`) | ||
|
||
## Elasticsearch connector | ||
|
||
* Fix query failure for some queries when a predicate contains unicode text. | ||
({issue}`23425`) | ||
|
||
## Hive connector | ||
|
||
* Allow configuring maximum HTTP requests in | ||
[](/object-storage/file-system-azure) with `azure.max-http-requests`. | ||
({issue}`22915`) | ||
* Add support for WASB to [](/object-storage/file-system-azure). ({issue}`23511`) | ||
* Improve cache hit ratio of the [](/object-storage/file-system-cache). ({issue}`23172`) | ||
* Fix failures for queries with distinct aggregations on metadata tables. ({issue}`23529`) | ||
|
||
## Hudi connector | ||
|
||
* Allow configuring maximum HTTP requests in | ||
[](/object-storage/file-system-azure) with `azure.max-http-requests`. | ||
({issue}`22915`) | ||
* Add support for WASB to [](/object-storage/file-system-azure). ({issue}`23511`) | ||
* Fix failures for queries with distinct aggregations on metadata tables. ({issue}`23529`) | ||
|
||
## Iceberg connector | ||
|
||
* Allow configuring maximum HTTP requests in | ||
[](/object-storage/file-system-azure) with `azure.max-http-requests`. | ||
({issue}`22915`) | ||
* Add support for WASB to [](/object-storage/file-system-azure). ({issue}`23511`) | ||
* Improve cache hit ratio of the [](/object-storage/file-system-cache). ({issue}`23172`) | ||
* Fix failures for queries with distinct aggregations on metadata tables. ({issue}`23529`) | ||
|
||
## OpenSearch connector | ||
|
||
* Fix query failure for some queries when a predicate contains unicode text. | ||
({issue}`23425`) | ||
|
||
## SPI | ||
|
||
* Add `ConnectorAccessControl` argument to the | ||
`ConnectorMetadata.getTableHandleForExecute` method. ({issue}`23524`) |