-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add 473 release notes #25352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add 473 release notes #25352
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,56 @@ | ||
| # Release 473 (19 Mar 2025) | ||
|
|
||
| ## General | ||
|
|
||
| * Add support for array literals. ({issue}`25301`) | ||
| * Reduce the amount of memory required for `DISTINCT` and `GROUP BY` operations. ({issue}`25127`) | ||
| * Improve performance of `GROUP BY` and `DISTINCT` aggregations when spilling to disk is enabled | ||
| or grouping by `row`, `array`, or `map` columns ({issue}`25294`) | ||
| * Fix failure when setting comments on columns with upper case letters. ({issue}`25297`) | ||
| * Fix potential query failure when `retry_policy` set to `TASK` ({issue}`25217`) | ||
|
|
||
| ## Security | ||
|
|
||
| * Add LDAP-based group provider. ({issue}`23900`) | ||
| * Fix column masks not being applied on view columns with upper case. ({issue}`24054`) | ||
|
|
||
| ## BigQuery connector | ||
|
|
||
| * Fix failure when initializing the connector on a machine with more than 32 CPU cores. ({issue}`25228`) | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| * Remove the deprecated `glue-v1` metastore type. ({issue}`25201`) | ||
| * Remove deprecated Databricks Unity catalog integration. ({issue}`25250`) | ||
martint marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * Fix Glue endpoint URL override. ({issue}`25324`) | ||
|
|
||
| ## Hive connector | ||
|
|
||
| * Remove the deprecated `glue-v1` metastore type. ({issue}`25201`) | ||
| * Remove deprecated Databricks Unity catalog integration. ({issue}`25250`) | ||
| * Fix Glue endpoint URL override. ({issue}`25324`) | ||
|
|
||
| ## Hudi connector | ||
|
|
||
| * Fix queries getting stuck when reading empty partitions. ({issue}`19506 `) | ||
| * Remove the deprecated `glue-v1` metastore type. ({issue}`25201`) | ||
| * Fix Glue endpoint URL override. ({issue}`25324`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Set the `write.<filetype>.compression-codec` table property when creating new tables. ({issue}`24851`) | ||
| * Expose additional properties in `$properties` tables. ({issue}`24812`) | ||
| * Fix Glue endpoint URL override. ({issue}`25324`) | ||
|
|
||
| ## Kudu connector | ||
|
|
||
| * Remove the Kudu connector. ({issue}`24417`) | ||
|
|
||
| ## Phoenix connector | ||
|
|
||
| * Remove the Phoenix connector. ({issue}`24135`) | ||
|
|
||
| ## SPI | ||
|
|
||
| * Add `SourcePage` interface and `ConnectorPageSource.getNextSourcePage()`. ({issue}`24011`) | ||
| * Deprecate `ConnectorPageSource.getNextPage()` for removal. ({issue}`24011`) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.