-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add Trino 424 release notes #18704
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 424 release notes #18704
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,58 @@ | ||
| # Release 424 (17 Aug 2023) | ||
|
|
||
| ## General | ||
|
|
||
| * Reduce coordinator overhead on large clusters. ({issue}`18542`) | ||
| * Require the JVM default charset to be UTF-8. This can be set with the JVM | ||
| command line option `-Dfile.encoding=UTF-8`. ({issue}`18657`) | ||
|
|
||
| ## JDBC driver | ||
|
|
||
| * Add the number of bytes that have been written to the query results response. ({issue}`18651`) | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| * Remove the legacy Parquet reader, along with the | ||
| `parquet.optimized-reader.enabled` and | ||
| `parquet.optimized-nested-reader.enabled` configuration properties. ({issue}`18639`) | ||
|
|
||
| ## Hive connector | ||
|
|
||
| * Improve performance for line-oriented Hive formats. ({issue}`18703`) | ||
| * Improve performance of reading JSON files. ({issue}`18709`) | ||
| * Remove the legacy Parquet reader, along with the | ||
| `parquet.optimized-reader.enabled` and | ||
| `parquet.optimized-nested-reader.enabled` configuration properties. ({issue}`18639`) | ||
| * Fix incorrect reporting of written bytes for uncompressed text files, which | ||
| prevented the `target_max_file_size` session property from working. ({issue}`18701`) | ||
|
|
||
| ## Hudi connector | ||
|
|
||
| * Remove the legacy Parquet reader, along with the | ||
| `parquet.optimized-reader.enabled` and | ||
| `parquet.optimized-nested-reader.enabled` configuration properties. ({issue}`18639`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Add support for `CASCADE` option in `DROP SCHEMA` statements. ({issue}`18689`) | ||
| * Remove the legacy Parquet reader, along with the | ||
| `parquet.optimized-reader.enabled` and | ||
| `parquet.optimized-nested-reader.enabled` configuration properties. ({issue}`18639`) | ||
| * Fix potential incorrect query results when a query involves a predicate on a | ||
| `timestamp with time zone` column. ({issue}`18588`) | ||
|
|
||
| ## Memory connector | ||
|
|
||
| * Add support for `CASCADE` option in `DROP SCHEMA` statements. ({issue}`18668`) | ||
|
|
||
| ## PostgreSQL connector | ||
|
|
||
| * Add support for `CASCADE` option in `DROP SCHEMA` statements. ({issue}`18663`) | ||
| * Remove support for Postgres versions older than | ||
| [version 11](https://www.postgresql.org/support/versioning/). ({issue}`18696`) | ||
|
|
||
| ## SPI | ||
|
|
||
| * Introduce the `getNewTableWriterScalingOptions` and | ||
| `getInsertWriterScalingOptions` methods to `ConnectorMetadata`, which enable | ||
| connectors to limit writer scaling. ({issue}`18561`) | ||
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.