-
Notifications
You must be signed in to change notification settings - Fork 3k
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 446 release notes #21753
Merged
Merged
Add Trino 446 release notes #21753
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,69 @@ | ||
# Release 446 (1 May 2024) | ||
|
||
## General | ||
|
||
* Improve performance of `INSERT` statements into partitioned tables when the | ||
`retry_policy` configuration property is set to `TASK`. ({issue}`21661 `) | ||
* Improve performance of queries with complex grouping operations. ({issue}`21726`) | ||
* Reduce delay before killing queries when the cluster runs out of memory. ({issue}`21719`) | ||
* Prevent assigning null values to non-null columns as part of a `MERGE` | ||
statement. ({issue}`21619`) | ||
* Fix `CREATE CATALOG` statements including quotes in catalog names. ({issue}`21399`) | ||
* Fix potential query failure when a column name ends with a `:`. ({issue}`21676`) | ||
* Fix potential query failure when a [SQL routine](/routines) contains a label | ||
reference in a `LEAVE`, `ITERATE`, `REPEAT`, or `WHILE` statement. ({issue}`21682`) | ||
* Fix query failure when [SQL routines](/routines) use the `NULLIF` or `BETWEEN` | ||
functions. ({issue}`19820`) | ||
* Fix potential query failure due to worker nodes running out of memory in | ||
concurrent scenarios. ({issue}`21706`) | ||
|
||
## BigQuery connector | ||
|
||
* Improve performance when listing table comments. ({issue}`21581`) | ||
* {{breaking}} Enable `bigquery.arrow-serialization.enabled` by default. This | ||
requires `--add-opens=java.base/java.nio=ALL-UNNAMED` in | ||
`jvm-config`. ({issue}`21580`) | ||
|
||
## Delta Lake connector | ||
|
||
* Fix failure when reading from Azure file storage and the schema, table, or | ||
column name contains non-alphanumeric characters. ({issue}`21586`) | ||
* Fix incorrect results when reading a partitioned table with a | ||
[deletion vector](https://docs.delta.io/latest/delta-deletion-vectors.html). ({issue}`21737`) | ||
|
||
## Hive connector | ||
|
||
* Add support for reading S3 objects restored from Glacier storage. ({issue}`21164`) | ||
* Fix failure when reading from Azure file storage and the schema, table, or | ||
column name contains non-alphanumeric characters. ({issue}`21586`) | ||
* Fix failure when listing Hive views with unsupported syntax. ({issue}`21748`) | ||
|
||
## Iceberg connector | ||
|
||
* Add support for the [Snowflake catalog](iceberg-snowflake-catalog). ({issue}`19362`) | ||
* Automatically use `varchar` as a type during table creation when `char` is | ||
specified. ({issue}`19336`, {issue}`21515`) | ||
* Deprecate the `schema` and `table` arguments for the `table_changes` function | ||
in favor of `schema_name` and `table_name`, respectively. ({issue}`21698`) | ||
* Fix failure when executing the `migrate` procedure with partitioned Hive | ||
tables on Glue. ({issue}`21391`) | ||
* Fix failure when reading from Azure file storage and the schema, table, or | ||
column name contains non-alphanumeric characters. ({issue}`21586`) | ||
|
||
## Pinot connector | ||
|
||
* Fix query failure when a predicate contains a `'`. ({issue}`21681`) | ||
|
||
## Snowflake connector | ||
|
||
* Add support for the `unsupported-type-handling` and | ||
`jdbc-types-mapped-to-varchar` type mapping configuration properties. ({issue}`21528`) | ||
|
||
## SPI | ||
|
||
* Remove support for `@RemoveInput` as an annotation for aggregation functions. | ||
A `WindowAggregation` can be declared in `@AggregationFunction` instead, which | ||
supports input removal. ({issue}`21349`) | ||
* Extend `QueryCompletionEvent` with various aggregated, per-stage, per-task | ||
distribution statistics. New information is available in | ||
`QueryCompletedEvent.statistics.taskStatistics`. ({issue}`21694`) | ||
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.
what is that? A JMX metric? A system metadata? Both?