-
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
36 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,35 @@ | ||
# Release 415 (26 Apr 2023) | ||
|
||
## General | ||
|
||
* Improve performance of aggregations with variable file sizes. ({issue}`11361`) | ||
|
||
## Web UI | ||
|
||
* Add CPU planning time to the query details page. ({issue}`15318`) | ||
|
||
## Delta Lake connector | ||
|
||
* Add support for commenting on tables and columns with an `id` and `name` | ||
column mapping mode. ({issue}`17139`) | ||
* Add support for `BETWEEN` predicates in table check constraints. ({issue}`17120`) | ||
|
||
## Hive connector | ||
|
||
* Improve performance of queries with selective filters on primitive fields in | ||
`row` columns. ({issue}`15163`) | ||
|
||
## Iceberg connector | ||
|
||
* Improve performance of queries with filters when Bloom filter indexes are | ||
present in Parquet files. ({issue}`17192`) | ||
* Fix failure when trying to use `DROP TABLE` on a corrupted table. ({issue}`12318`) | ||
|
||
## Kafka connector | ||
|
||
* Add support for Protobuf `oneof` types when using the Confluent table | ||
description provider. ({issue}`16836`) | ||
|
||
## SPI | ||
|
||
* Expose ``planningCpuTime`` in ``QueryStatistics``. ({issue}`15318`) |