-
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
52 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,51 @@ | ||
# Release 452 (3 Jul 2024) | ||
|
||
## General | ||
|
||
* Fix a performance regression when using the native filesystem for Azure. ({issue}`22561`) | ||
|
||
## Web UI | ||
|
||
* Fix query plans occasionally not rendering the stage details page. ({issue}`22542`) | ||
|
||
## ClickHouse connector | ||
|
||
* Add [`query` table function](clickhouse-query-function) for full query | ||
pass-through to ClickHouse. ({issue}`16182`) | ||
|
||
## Delta Lake connector | ||
|
||
* Add support for type coercion when adding new columns. ({issue}`19708`) | ||
* Improve performance of reading from Parquet files with large schemas. ({issue}`22434`) | ||
* Fix incorrect results when reading `INT32` values in Parquet files. ({issue}`21556`) | ||
|
||
## Hive connector | ||
|
||
* Add support for coercion of structural data types for non-partitioned tables | ||
using ORC files. ({issue}`22326`) | ||
* Add support for type coercion when adding new columns. ({issue}`19708`) | ||
* Add support for `varbinary` to `varchar` type coercion. ({issue}`22322`) | ||
* Improve performance of reading from Parquet files with large schemas. ({issue}`22434`) | ||
* Fix incorrect results when reading `INT32` values in Parquet files. ({issue}`21556`) | ||
* Fix `sync_partition_metadata` ignoring case-sensitive variations of partition | ||
names in storage. ({issue}`22484`) | ||
|
||
## Hudi connector | ||
|
||
* Improve performance of reading from Parquet files with large schemas. ({issue}`22434`) | ||
* Fix incorrect results when reading `INT32` values in Parquet files. ({issue}`21556`) | ||
|
||
## Iceberg connector | ||
|
||
* Add support for type coercion when adding new columns. ({issue}`19708`) | ||
* Improve performance of reading from Parquet files with large schemas. ({issue}`22434`) | ||
* Fix incorrect results when reading `INT32` values in Parquet files. ({issue}`21556`) | ||
|
||
## Kudu connector | ||
|
||
* Fix failure when adding new columns with a `decimal` type. ({issue}`22558`) | ||
|
||
## PostgreSQL connector | ||
|
||
* Improve performance of the {func}`reverse` function by pushing down execution | ||
to the underlying database. ({issue}`22203`) |