-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add Trino 390 release notes #13130
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 390 release notes #13130
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,54 @@ | ||
| # Release 390 (13 July 2022) | ||
|
|
||
| ## General | ||
|
|
||
| * Update minimum required Java version to 17.0.3. ({issue}`13014`) | ||
| * Add support for [setting comments on views](/sql/comment). ({issue}`8349`) | ||
| * Improve performance of queries with an `UNNEST` clause. ({issue}`10506`) | ||
| * Fix potential query failure when spilling to disk is enabled by the | ||
colebow marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| `force-spilling-join-operator` configuration property or the | ||
| `force_spilling_join` session property. ({issue}`13123`) | ||
| * Fix incorrect results for certain join queries containing filters involving | ||
| explicit or implicit casts. ({issue}`13145 `) | ||
|
|
||
| ## Cassandra connector | ||
|
|
||
| * Change mapping for Cassandra `inet` type to Trino `ipaddress` type. | ||
| Previously, `inet` was mapped to `varchar`. ({issue}`851`) | ||
| * Remove support for the | ||
| `cassandra.load-policy.use-token-aware`, | ||
| `cassandra.load-policy.shuffle-replicas`, and | ||
| `cassandra.load-policy.allowed-addresses` configuration properties. ({issue}`12223`) | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| * Add support for filtering splits based on `$path` column predicates. ({issue}`13169`) | ||
| * Add support for Databricks runtime 10.4 LTS. ({issue}`13081`) | ||
| * Expose AWS Glue metastore statistics via JMX. ({issue}`13087`) | ||
| * Fix failure when using the Glue metastore and queries contain `IS NULL` or | ||
| `IS NOT NULL` filters on numeric partition columns. ({issue}`13124`) | ||
|
|
||
| ## Hive connector | ||
|
|
||
| * Expose AWS Glue metastore statistics via JMX. ({issue}`13087`) | ||
| * Add support for [setting comments on views](/sql/comment). ({issue}`13147`) | ||
| * Fix failure when using the Glue metastore and queries contain `IS NULL` or | ||
| `IS NOT NULL` filters on numeric partition columns. ({issue}`13124`) | ||
| * Fix and re-enable usage of Amazon S3 Select for uncompressed files. ({issue}`12633`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Add `added_rows_count`, `existing_rows_count`, and `deleted_rows_count` | ||
| columns to the `$manifests` table. ({issue}`10809`) | ||
| * Add support for [setting comments on views](/sql/comment). ({issue}`13147`) | ||
| * Expose AWS Glue metastore statistics via JMX. ({issue}`13087`) | ||
| * Fix failure when using the Glue metastore and queries contain `IS NULL` or | ||
| `IS NOT NULL` filters on numeric partition columns. ({issue}`13124`) | ||
|
|
||
| ## Memory connector | ||
|
|
||
| * Add support for [setting comments on views](/sql/comment). ({issue}`8349`) | ||
|
|
||
| ## Prometheus connector | ||
|
|
||
| * Fix failure when reading a table without specifying a `labels` column. ({issue}`12510`) | ||
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.