-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add Trino 479 release notes #27153
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
base: master
Are you sure you want to change the base?
Add Trino 479 release notes #27153
Changes from 9 commits
c2e8f30
12f1d69
c52f578
df815ea
3943d0f
aa86646
6fa5843
873acb7
95b1391
bc7fa1b
1aa7e32
c9cd177
00bcafe
be178ea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,98 @@ | ||
| # Release 479 (TBD 2025) | ||
|
|
||
| ## General | ||
|
|
||
| * Support automatic TLS certificate generation in the `ANNOUNCE` node discovery mode. ({issue}`27030`) | ||
| * Fix planning failure of certain queries involving empty VALUES. ({issue}`21506`) | ||
| * Add support for specifying the location of the Exchange Manager configuration file. ({issue}`26611`) | ||
| * Publish query finishing time event listener. ({issue}`27202`) | ||
|
||
|
|
||
| ## Security | ||
|
|
||
| ## Web UI | ||
|
|
||
| ## JDBC driver | ||
|
|
||
| ## Docker image | ||
|
|
||
| * Update JDK to 25.0.1 ({issue}`27117`) | ||
|
|
||
| ## CLI | ||
|
|
||
| ## BigQuery connector | ||
|
|
||
| ## Blackhole connector | ||
|
|
||
| ## Cassandra connector | ||
|
|
||
| ## ClickHouse connector | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| ## Druid connector | ||
|
|
||
| ## DuckDB connector | ||
|
|
||
| ## Elasticsearch connector | ||
|
|
||
| ## Exasol connector | ||
|
|
||
| ## Faker connector | ||
|
|
||
| ## Google Sheets connector | ||
|
|
||
| ## Hive connector | ||
|
|
||
| ## Hudi connector | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Fix failures when querying `$files` table after changes to table partitioning. ({issue}`26746`) | ||
|
|
||
| ## Ignite connector | ||
|
|
||
| ## JMX connector | ||
|
|
||
| ## Kafka connector | ||
|
|
||
| ## Loki connector | ||
|
|
||
| * Fix failure when initializing the connector. ({issue}`27180`) | ||
|
|
||
| ## MariaDB connector | ||
|
|
||
| ## Memory connector | ||
|
|
||
| * Fix concurrent modification exception in `RENAME SCHEMA` of the `memory` connector. ({issue}`27205`) | ||
|
|
||
| ## MongoDB connector | ||
|
|
||
| ## MySQL connector | ||
|
|
||
| ## OpenSearch connector | ||
|
|
||
| ## Oracle connector | ||
|
|
||
| ## Pinot connector | ||
|
|
||
| ## PostgreSQL connector | ||
|
|
||
| ## Prometheus connector | ||
|
|
||
| ## Redis connector | ||
|
|
||
| ## Redshift connector | ||
|
|
||
| ## SingleStore connector | ||
|
|
||
| ## Snowflake connector | ||
|
|
||
| ## SQL Server connector | ||
|
|
||
| ## TPC-H connector | ||
|
|
||
| ## TPC-DS connector | ||
|
|
||
| ## Vertica connector | ||
|
|
||
| ## SPI | ||
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.
From the point of view of the user, VALUES cannot be empty.
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.
@kasiafi PTAL
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.
True. How about "Fix planning failure of certain queries where part of the plan is optimized to empty values."?