Add release notes for 0.294 #39
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
Gary Helmling
Shakyan Kushwaha
Zhichen Xu
github username
Extracted Release Notes
TIMESTAMPcolumn type by changing it from PrestoTIMESTAMPtype toTIMESTAMP_WITH_TIME_ZONE.TIMESTAMP_NTZcolumn type as PrestoTIMESTAMPtype.legacy_timestampshould be set tofalseto match delta type specifications. With it set,TIMESTAMPwill not adjust based on local timezone.case-sensitive-name-matching.case-sensitive-name-matching=trueconfiguration in the catalog configuration.TestAggregationsto native-tests prestodb/presto#24809 (Author: Pramod Satya): [native] AddTestAggregationsto native-testspresto-teststo run with native query runner inpresto-native-tests.ANALYZE.case-sensitive-name-matching=trueat the catalog level.presto-plan-checker-router-pluginprestodb/presto#25035 (Author: Pratik Joseph Dabre): Add a new custom router scheduler plugin :presto-plan-checker-router-pluginPresto Plan Checker Router Scheduler Plugin <https://github.com/prestodb/presto/tree/master/presto-plan-checker-router-plugin/README.md>_.MinMaxByToWindowFunctionto rewrite min_by/max_by aggregations with row_number window function.rename viewfor Iceberg connector when configured withRESTandNESSIE.RouterRequestInfoto get the URL destination.connector/hive:Quick Stats.com.amazonaws.util.StringUtils. Addaws-java-sdk-coreas a runtime dependency to support Redshift JDBC driver (v2.1.0.32) which relies on this class for metadata operations.$deletedmetadata column.$delete_file_pathmetadata column.$data_sequence_numbermetadata column for table with equality deletes.connector/hive:Avro Configuration Propertiesto Hive Connector documentation.CVE-2025-27817 <https://github.com/advisories/GHSA-vgq5-3255-v292>_. :pr:25312.native_query_memory_reclaimer_prioritywhich 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, andDESCRIBEqueries.map_subsetwhen the input array is a constant array.hive.copy-on-first-write-configuration-enabledto false (:issue:25404).MinMaxByToWindowFunctionoptimizer to cover cases where aggregation is on both map/array and non map/array types.map_filterwhen selected keys are constants.iceberg.delete-as-join-rewrite-max-delete-columnsconfiguration property anddelete_as_join_rewrite_max_delete_columnssession 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/icebergfor details.iceberg.delete-as-join-rewrite-enabledconfiguration property anddelete_as_join_rewrite_enabledsession property. Useiceberg.delete-as-join-rewrite-max-delete-columnsinstead.CVE-2025-48924 <https://github.com/advisories/GHSA-j288-q9x7-2f5v>.TableLocationProviderinterface to decouple table location logic from JDBC configuration.All Commits
AbstractTestQueriestestcases for native-tests (Pramod Satya)AbstractHiveSslTest(Tim Meehan)