-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add Trino 434 release notes #19764
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 434 release notes #19764
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,113 @@ | ||
| # Release 434 (29 Nov 2023) | ||
|
|
||
| ## General | ||
|
|
||
| * Add support for a `FILTER` clause to the `LISTAGG` function. ({issue}`19869`) | ||
| * {{breaking}} Rename the `query.max-writer-tasks-count` configuration property | ||
| and the related `max_writer_tasks_count` session property to | ||
| `query.max-writer-task-count` and `max_writer_task_count`. ({issue}`19793`) | ||
| * Improve performance of `INSERT ... SELECT` queries that contain a redundant | ||
| `ORDER BY` clause. ({issue}`19916`) | ||
| * Fix incorrect results for queries involving comparisons between `double` and | ||
| `real` zero and negative zero. ({issue}`19828`) | ||
| * Fix performance regression caused by suboptimal scalar subqueries planning. ({issue}`19922`) | ||
| * Fix failure when queries on data stored on HDFS involve table functions. ({issue}`19849`) | ||
| * Prevent sudden increases in memory consumption in some queries with | ||
| joins involving `UNNEST`. ({issue}`19762`) | ||
|
|
||
| ## BigQuery connector | ||
|
|
||
| * Add support for reading `json` columns. ({issue}`19790`) | ||
| * Add support for `DELETE` statement. ({issue}`6870`) | ||
| * Improve performance when writing rows. ({issue}`18897`) | ||
|
|
||
| ## ClickHouse connector | ||
|
|
||
| * Add support for separate metadata caching configuration for schemas, tables, | ||
| and metadata. ({issue}`19859`) | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| * {{breaking}} Disallow invalid configuration options. Previously, they were | ||
| silently ignored. ({issue}`19735`) | ||
| * Improve performance when reading large checkpoint files on partitioned tables. | ||
|
mosabua marked this conversation as resolved.
Outdated
|
||
| ({issue}`19588`, {issue}`19848`) | ||
| * Push down filters involving columns of type `timestamp(p) with time zone`. ({issue}`18664`) | ||
| * Fix query failure when reading Parquet column index for timestamp columns. ({issue}`16801`) | ||
|
|
||
| ## Druid connector | ||
|
|
||
| * Add support for separate metadata caching configuration for schemas, tables, | ||
| and metadata. ({issue}`19859`) | ||
|
|
||
| ## Hive connector | ||
|
|
||
| * Add support for columns that changed from `timestamp` to `date` type. ({issue}`19513`) | ||
| * Fix query failure when reading Parquet column index for timestamp columns. ({issue}`16801`) | ||
|
|
||
| ## Hudi connector | ||
|
|
||
| * Fix query failure when reading Parquet column index for timestamp columns. ({issue}`16801`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * {{breaking}} Remove support for legacy table statistics tracking. ({issue}`19803`) | ||
|
mosabua marked this conversation as resolved.
Outdated
|
||
| * {{breaking}} Disallow invalid configuration options. Previously, they were | ||
| silently ignored. ({issue}`19735`) | ||
| * Fix query failure when reading Parquet column index for timestamp columns. ({issue}`16801`) | ||
| * Don't set owner for Glue materialized views when system security is enabled. ({issue}`19681`) | ||
|
|
||
| ## Ignite connector | ||
|
|
||
| * Add support for separate metadata caching configuration for schemas, tables, | ||
| and metadata. ({issue}`19859`) | ||
|
|
||
| ## MariaDB connector | ||
|
|
||
| * Add support for separate metadata caching configuration for schemas, tables, | ||
| and metadata. ({issue}`19859`) | ||
|
|
||
| ## MySQl connector | ||
|
|
||
| * Add support for separate metadata caching configuration for schemas, tables, | ||
| and metadata. ({issue}`19859`) | ||
|
|
||
| ## Oracle connector | ||
|
|
||
| * Add support for separate metadata caching configuration for schemas, tables, | ||
| and metadata. ({issue}`19859`) | ||
|
|
||
| ## Phoenix connector | ||
|
|
||
| * Add support for separate metadata caching configuration for schemas, tables, | ||
| and metadata. ({issue}`19859`) | ||
|
|
||
| ## PostgreSQL connector | ||
|
|
||
| * Add support for separate metadata caching configuration for schemas, tables, | ||
| and metadata. ({issue}`19859`) | ||
| * Prevent possible query failures when join is pushed down. ({issue}`18984`) | ||
|
|
||
| ## Redshift connector | ||
|
|
||
| * Add support for separate metadata caching configuration for schemas, tables, | ||
| and metadata. ({issue}`19859`) | ||
| * Prevent possible query failures when join is pushed down. ({issue}`18984`) | ||
|
|
||
| ## SingleStore connector | ||
|
|
||
| * Add support for separate metadata caching configuration for schemas, tables, | ||
| and metadata. ({issue}`19859`) | ||
|
|
||
| ## SQL Server connector | ||
|
|
||
| * Add support for separate metadata caching configuration for schemas, tables, | ||
| and metadata. ({issue}`19859`) | ||
| * Prevent possible query failures when join is pushed down. ({issue}`18984`) | ||
|
|
||
| ## SPI | ||
|
|
||
| * Add bulk append methods to `BlockBuilder`. ({issue}`19577`) | ||
| * {{breaking}} Remove the `VariableWidthBlockBuilder.buildEntry` method. ({issue}`19577`) | ||
| * {{breaking}} Add required `ConnectorSession` parameter to the method | ||
| `TableFunctionProcessorProvider.getDataProcessor`. ({issue}`19778`) | ||
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.