-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add Trino 388 release notes #13004
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 388 release notes #13004
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,49 @@ | ||
| # Release 388 (29 June 2022) | ||
|
|
||
| ## General | ||
|
|
||
| * Add support for `EXPLAIN (TYPE LOGICAL, FORMAT JSON)`. ({issue}`12694`) | ||
| * Add `use_exact_partitioning` session property to re-partition data when the | ||
| upstream stage's partitioning does not exactly match what the downstream stage | ||
| expects. ({issue}`12495`) | ||
| * Improve read performance for `row` data types. ({issue}`12926`) | ||
| * Remove the grouped execution mechanism, including the | ||
| `grouped-execution-enabled`, `dynamic-schedule-for-grouped-execution`, | ||
| and `concurrent-lifespans-per-task` configuration properties and the | ||
| `grouped_execution`, `dynamic_schedule_for_grouped_execution`, and | ||
| `concurrent_lifespans_per_task` session properties. ({issue}`12916`) | ||
|
|
||
| ## Security | ||
|
|
||
| * Add [refresh token](https://oauth.net/2/refresh-tokens/) support in OAuth 2.0. ({issue}`12664`) | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| * Add support for setting table and column comments with the `COMMENT` | ||
| statement. ({issue}`12971`) | ||
| * Support reading tables with the property `delta.columnMapping.mode=name`. ({issue}`12675`) | ||
| * Allow renaming tables with an explicitly set location. ({issue}`11400`) | ||
|
|
||
| ## Elasticsearch connector | ||
|
|
||
| * Remove support for Elasticsearch versions below 6.6.0. ({issue}`11263`) | ||
|
|
||
| ## Hive connector | ||
|
|
||
| * Improve performance of listing files and generating splits when recursive | ||
| directory listings are enabled and tables are stored in S3. ({issue}`12443`) | ||
| * Fix incompatibility that prevents Apache Hive 3 and older from reading | ||
| timestamp columns in files produced by Trino's optimized Parquet | ||
| writer. ({issue}`12857 `) | ||
| * Prevent reading from a table that was modified within the same Trino | ||
| transaction. Previously, this returned incorrect query results. ({issue}`11769`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Add support for reading `tinyint` columns from ORC files. ({issue}`8919`) | ||
| * Add the ability to configure the schema for materialized view storage tables. ({issue}`12591`) | ||
| * Remove old deletion-tracking files when running `optimize`. ({issue}`12617`) | ||
| * Fix failure when invoking the `rollback_to_snapshot` procedure. ({issue}`12887`) | ||
| * Fix query failure when reading the `$partitions` table after table | ||
| partitioning changed. ({issue}`12874`) | ||
|
|
||
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.