-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add Trino 445 release notes #21472
Merged
Merged
Add Trino 445 release notes #21472
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 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,68 @@ | ||
# Release 445 (17 Apr 2024) | ||
|
||
## General | ||
|
||
* Add support for large constant arrays. ({issue}`21566`) | ||
* Add the `query.dispatcher-query-pool-size` configuration property to prevent | ||
the coordinator from hanging when too many queries are being executed at once. ({issue}`20817`) | ||
* Improve performance of queries selecting only catalog, schema, and name from | ||
the `system.metadata.materialized_views` table. ({issue}`21448`) | ||
* {{breaking}} Remove the deprecated `legacy.materialized-view-grace-period` | ||
configuration property. ({issue}`21474`) | ||
* Increase the number of columns supported by `MERGE` queries before failing | ||
with a `MethodTooLargeException` error. ({issue}`21299`) | ||
* Fix potential query hang when there is an error processing data. ({issue}`21397`) | ||
* Fix possible worker crashes when running aggregation queries due to | ||
out-of-memory error. ({issue}`21425`) | ||
* Fix incorrect results when performing aggregations over null values. ({issue}`21457`) | ||
* Fix failure for queries containing expressions involving types that do | ||
not support the `=` operator (e.g., `HyperLogLog`, `Geometry`, etc.). ({issue}`21508`) | ||
* Fix incorrect results for distinct count aggregations over a constant value. ({issue}`18562`) | ||
* Fix sporadic query failure when filesystem caching is enabled. ({issue}`21342`) | ||
* Fix unexpected failure for join queries containing predicates that might raise | ||
an error for some inputs. ({issue}`21521`) | ||
|
||
## BigQuery connector | ||
|
||
* Add support for reading materialized views. ({issue}`21487`) | ||
* Add support for using filters when materializing BigQuery views. ({issue}`21488`) | ||
|
||
## Delta Lake connector | ||
|
||
* Add support for [time travel](delta-time-travel) queries. ({issue}`21052`) | ||
* Add support for the `REPLACE` modifier as part of a `CREATE TABLE` statement. ({issue}`13180`) ({issue}`19991`) | ||
|
||
## Hive connector | ||
|
||
* Add support for creating views with custom properties. ({issue}`21401`) | ||
* Add support for writing Bloom filters in Parquet files. ({issue}`20662`) | ||
* {{breaking}} Remove the deprecated `PARTITION_COLUMN` and `PARTITION_VALUE` | ||
arguments from the `flush_metadata_cache` procedure in favor of | ||
`PARTITION_COLUMNS` and `PARTITION_VALUES`. ({issue}`21410`) | ||
|
||
## Iceberg connector | ||
|
||
* Deprecate the `iceberg.materialized-views.hide-storage-table` configuration | ||
property. ({issue}`21485`) | ||
|
||
## MongoDB connector | ||
|
||
* Add support for [dynamic filtering](/admin/dynamic-filtering). ({issue}`21355`) | ||
|
||
## MySQL connector | ||
|
||
* Improve performance of queries with `timestamp(n)` values. ({issue}`21244`) | ||
|
||
## PostgreSQL connector | ||
|
||
* Improve performance of queries with `timestamp(n)` values. ({issue}`21244`) | ||
|
||
## Redis connector | ||
|
||
* Upgrade minimum required Redis version to 5.0.14 or later. ({issue}`21455`) | ||
|
||
## Snowflake connector | ||
|
||
* Add support for pushing down execution of the `variance`, `var_pop`, | ||
`var_samp`,`covar_pop`, `covar_samp`, `corr`, `regr_intercept`, and | ||
`regr_slope` functions to the underlying database. ({issue}`21384`) |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is wrong. The past versions have already supported reading materialized views.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are either @colebow or @ebyhr sending a PR to correct this?