-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add Trino 412 release notes #16881
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 Trino 412 release notes #16881
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,85 @@ | ||
| # Release 412 (5 Apr 2023) | ||
|
|
||
| ## General | ||
|
|
||
| * Add support for aggregate functions and parameters as arguments for the | ||
| [`json_object()`](json_object) and [`json_array()`](json_array) | ||
| functions. ({issue}`16489`, {issue}`16523`, {issue}`16525`) | ||
| * Expose optimizer rule execution statistics in query statistics. The number of | ||
| rules for which statistics are collected can be limited with the | ||
| `query.reported-rule-stats-limit` configuration property. ({issue}`2578`) | ||
| * Add the {func}`exclude_columns` table function. ({issue}`16584`) | ||
| * Allow disabling the use of the cost-based optimizer to determine partitioning | ||
| of a stage with the `optimizer.use-cost-based-partitioning`configuration | ||
| property or the `use_cost_based_partitioning` session property. ({issue}`16781`) | ||
| * Improve performance of queries involving table functions with table arguments. ({issue}`16012`) | ||
| * Improve latency for small queries when fault-tolerant execution is enabled. ({issue}`16103`) | ||
| * Fix failure when querying a nested field of a `row` type in queries involving | ||
| `ORDER BY ... LIMIT`. ({issue}`16768`) | ||
|
|
||
| ## JDBC driver | ||
|
|
||
| * Allow configuring a custom DNS resolver. ({issue}`16647`) | ||
|
|
||
| ## ClickHouse connector | ||
|
|
||
| * Improve performance of queries involving `sum(DISTINCT ...)` by pushing | ||
| computation down to ClickHouse. ({issue}`16452`) | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| * Add support for arithmetic binary expressions in table check constraints. ({issue}`16721`) | ||
| * Improve performance of queries that only read partition columns. ({issue}`16788`) | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @findepi is this ok? Tried to reword the suggestion from the issue to avoid the double negative. |
||
|
|
||
| ## Hive connector | ||
|
|
||
| * Fix query failure when bucketing or sorting column names are registered in | ||
| a metastore in uppercase. ({issue}`16796`) | ||
|
colebow marked this conversation as resolved.
Outdated
|
||
| * Fix query failure when reading transactional tables with locations containing | ||
| hidden directories. ({issue}`16773`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Fix incorrect results for the `migrate` procedure when the table location | ||
| contains a hidden directory. ({issue}`16779`) | ||
|
|
||
| ## Ignite connector | ||
|
|
||
| * Add support for `ALTER TABLE ... ADD COLUMN`. ({issue}`16755`) | ||
| * Improve performance of queries involving `sum(DISTINCT ...)` by pushing | ||
| computation to Ignite. ({issue}`16452`) | ||
|
|
||
| ## MariaDB connector | ||
|
|
||
| * Improve performance of queries involving `sum(DISTINCT ...)` by pushing | ||
| computation down to MariaDB. ({issue}`16452`) | ||
|
|
||
| ## MySQL connector | ||
|
|
||
| * Improve performance of queries involving `sum(DISTINCT ...)` by pushing | ||
| computation down to MySQL. ({issue}`16452`) | ||
|
|
||
| ## Oracle connector | ||
|
|
||
| * Improve performance of queries involving `sum(DISTINCT ...)` by pushing | ||
| computation down to Oracle. ({issue}`16452`) | ||
|
|
||
| ## PostgreSQL connector | ||
|
|
||
| * Add support for [table comments](/sql/comment). ({issue}`16135`) | ||
| * Improve performance of queries involving `sum(DISTINCT ...)` by pushing | ||
| computation down to PostgreSQL. ({issue}`16452`) | ||
|
|
||
| ## Redshift connector | ||
|
|
||
| * Improve performance of queries involving `sum(DISTINCT ...)` by pushing | ||
| computation down to Redshift. ({issue}`16452`) | ||
|
|
||
| ## SQL Server connector | ||
|
|
||
| * Improve performance of queries involving `sum(DISTINCT ...)` by pushing | ||
| computation down to SQL Server. ({issue}`16452`) | ||
|
|
||
| ## SPI | ||
|
|
||
| * Allow table functions to return anonymous columns. ({issue}`16584`) | ||
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.
check is a syntax element.
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.
Either way is ok. In the SQL spec they are called "table check constraints"