Add release notes for 0.294 #40
Merged
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.
Missing Release Notes
Arjun Gupta
Christian Zentgraf
Gary Helmling
Shakyan Kushwaha
Zhichen Xu
github username
unidevel
Extracted Release Notes
TIMESTAMP
column type by changing it from PrestoTIMESTAMP
type toTIMESTAMP_WITH_TIME_ZONE
.TIMESTAMP_NTZ
column type as PrestoTIMESTAMP
type.legacy_timestamp
should be set tofalse
to match delta type specifications. With it set,TIMESTAMP
will not adjust based on local timezone.case-sensitive-name-matching
.case-sensitive-name-matching=true
configuration in the catalog configuration.TestAggregations
to native-tests prestodb/presto#24809 (Author: Pramod Satya): [native] AddTestAggregations
to native-testspresto-tests
to run with native query runner inpresto-native-tests
.ANALYZE
.case-sensitive-name-matching=true
at the catalog level.presto-plan-checker-router-plugin
prestodb/presto#25035 (Author: Pratik Joseph Dabre): Add a new custom router scheduler plugin :presto-plan-checker-router-plugin
Presto Plan Checker Router Scheduler Plugin <https://github.com/prestodb/presto/tree/master/presto-plan-checker-router-plugin/README.md>
_.MinMaxByToWindowFunction
to rewrite min_by/max_by aggregations with row_number window function.rename view
for Iceberg connector when configured withREST
andNESSIE
.RouterRequestInfo
to get the URL destination.connector/hive:Quick Stats
.com.amazonaws.util.StringUtils
. Addaws-java-sdk-core
as a runtime dependency to support Redshift JDBC driver (v2.1.0.32) which relies on this class for metadata operations.$deleted
metadata column.$delete_file_path
metadata column.$data_sequence_number
metadata column for table with equality deletes.connector/hive:Avro Configuration Properties
to Hive Connector documentation.CVE-2025-27817 <https://github.com/advisories/GHSA-vgq5-3255-v292>
_. :pr:25312
.native_query_memory_reclaimer_priority
which controls which queries are killed first when a worker is running low on memory. Higher value means lower priority to be consistent with velox memory reclaimer's convention.SHOW CREATE TABLE
,SHOW CREATE VIEW
,SHOW COLUMNS
, andDESCRIBE
queries.map_subset
when the input array is a constant array.hive.copy-on-first-write-configuration-enabled
to false (:issue:25404
).MinMaxByToWindowFunction
optimizer to cover cases where aggregation is on both map/array and non map/array types.map_filter
when selected keys are constants.iceberg.delete-as-join-rewrite-max-delete-columns
configuration property anddelete_as_join_rewrite_max_delete_columns
session property to control when equality delete as join optimization is applied. The optimization is now only applied when the number of equality delete columns is less than or equal to this threshold (default: 400). Setting this to 0 disables the optimization. See :doc:/connector/iceberg
for details.iceberg.delete-as-join-rewrite-enabled
configuration property anddelete_as_join_rewrite_enabled
session property. Useiceberg.delete-as-join-rewrite-max-delete-columns
instead.dot_product
to calculate to calculate the sum of element wise product between two identically sized vectors represented as arrays. This function supports both array(real) and array(double) input types. For more information, refer to the Dot Product definition.EXPLAIN (TYPE DISTRIBUTED)
withEXPLAIN (TYPE VALIDATE)
for faster, lightweight analysis.CVE-2025-48924 <https://github.com/advisories/GHSA-j288-q9x7-2f5v>
.TableLocationProvider
interface to decouple table location logic from JDBC configuration.All Commits
isEqualFunction
in FunctionResolution (wangd)AbstractTestQueries
testcases for native-tests (Pramod Satya)AbstractHiveSslTest
(Tim Meehan)