-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
27 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,26 @@ | ||
# Release 441 (13 Mar 2024) | ||
|
||
## General | ||
|
||
* Fix incorrect results of window aggregations when any input data includes | ||
`NaN` or infinity. ({issue}`20946`) | ||
* Fix `NoSuchMethodError` in filtered aggregations. ({issue}`21002`) | ||
|
||
## Cassandra connector | ||
|
||
* Fix incorrect results when a query contains predicates on clustering columns. ({issue}`20963`) | ||
|
||
## Hive connector | ||
|
||
* {{breaking}} Remove the default `legacy` mode for the `hive.security` | ||
configuration property, and change the default value to `allow-all`. | ||
Additionally, remove the legacy properties `hive.allow-drop-table`, | ||
`hive.allow-rename-table`, `hive.allow-add-column`, `hive.allow-drop-column`, | ||
`hive.allow-rename-column`, `hive.allow-comment-table`, and | ||
`hive.allow-comment-column`. ({issue}`21013`) | ||
* Fix query failure when reading array types from Parquet files produced by some | ||
legacy writers. ({issue}`20943`) | ||
|
||
## Hudi connector | ||
|
||
* Disallow creating files on non-existent partitions. ({issue}`20133`) |