-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add Trino 419 release notes #17626
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 419 release notes #17626
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,64 @@ | ||
# Release 419 (5 June 2023) | ||
|
||
## General | ||
|
||
* Add the {func}`array_histogram` function to find the number of occurrences of | ||
the unique elements in an array. ({issue}`14725 `) | ||
* Improve planning performance for queries involving joins. ({issue}`17458`) | ||
* Fix query failure when the server JSON response exceeds the 5MB limit for | ||
string values. ({issue}`17557`) | ||
|
||
## Web UI | ||
|
||
* Allow uppercase or mixed case values for the `web-ui.authentication.type` | ||
configuration property. ({issue}`17334`) | ||
|
||
## BigQuery connector | ||
|
||
* Add support for proxying BigQuery APIs via an HTTP(S) proxy. ({issue}`17508`) | ||
* Improve performance of retrieving metadata from BigQuery. ({issue}`16064`) | ||
|
||
## Delta Lake connector | ||
|
||
* Support the `id` and `name` mapping modes when adding new columns. ({issue}`17236`) | ||
* Improve performance of reading Parquet files. ({issue}`17612`) | ||
* Improve performance when writing Parquet files with | ||
[structural data types](structural-data-types). ({issue}`17665`) | ||
* Properly display the schema, table name, and location of tables being inserted | ||
into in the output of `EXPLAIN` queries. ({issue}`17590`) | ||
* Fix query failure when writing to a file location with a trailing `/` in its | ||
name. ({issue}`17552`) | ||
|
||
## Hive connector | ||
|
||
* Add support for reading ORC files with shorthand timezone ids in the Stripe | ||
footer metadata. You can set the `hive.orc.read-legacy-short-zone-id` | ||
configuration property to `true` to enable this behavior. ({issue}`12303`) | ||
* Improve performance of reading ORC files with Bloom filter indexes. ({issue}`17530`) | ||
* Improve performance of reading Parquet files. ({issue}`17612`) | ||
* Improve optimized Parquet writer performance for | ||
[structural data types](structural-data-types). ({issue}`17665`) | ||
* Fix query failure for tables with file paths that contain non-alphanumeric | ||
characters. ({issue}`17621`) | ||
|
||
## Hudi connector | ||
|
||
* Improve performance of reading Parquet files. ({issue}`17612`) | ||
* Improve performance when writing Parquet files with | ||
[structural data types](structural-data-types). ({issue}`17665`) | ||
|
||
## Iceberg connector | ||
|
||
* Add support for the [Nessie catalog](iceberg-nessie-catalog). ({issue}`11701`) | ||
* Disallow use of the `migrate` table procedure on Hive tables with `array`, | ||
`map` and `row` types. Previously, this returned incorrect results after the | ||
migration. ({issue}`17587`) | ||
* Improve performance of reading ORC files with Bloom filter indexes. ({issue}`17530`) | ||
* Improve performance of reading Parquet files. ({issue}`17612`) | ||
* Improve performance when writing Parquet files with | ||
[structural data types](structural-data-types). ({issue}`17665`) | ||
* Improve performance of reading table statistics. ({issue}`16745`) | ||
|
||
## SPI | ||
|
||
* Remove unused `NullAdaptationPolicy` from `ScalarFunctionAdapter`. ({issue}`17706`) |
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.
We've used
Jun
instead ofJune
in the past release notes.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.
@ryandoowan can you check and maybe send a small PR to fix this .. cc @colebow