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
Amit Dutta
Jiaqi Zhang
Mariam AlMesfer
Pedro Pedreira
mapTypeKindToName()usage in PrestoCpp prestodb/presto#26345 chore(native): RemovemapTypeKindToName()usage in PrestoCpp (Merged by: Amit Dutta)Tal Galili
XiaoDu
Xiaoxuan
unidevel
Extracted Release Notes
mongodb.tls.enabled,mongodb.tls.keystore-path,mongodb.tls.keystore-password,mongodb.tls.truststore-path, andmongodb.tls.truststore-passwordproperties.case-sensitive-name-matching=trueconfiguration in the catalog configuration.enable-java-cluster-query-retryconfiguration inrouter-scheduler.propertiesto retry queries onrouter-java-urlwhen they fail onrouter-native-url.case-sensitive-name-matching=trueconfiguration in the catalog configuration.native_use_velox_geospatial_joinwhich will use the new optimized velox::SpatialJoinNode for geo-spatial joins, but flip to an basic velox::NestedLoopJoinNode for cross-checking if false. Enable thenative_use_velox_geospatial_joinflag as well.case-sensitive-name-matching=trueconfiguration in the catalog configuration.case-sensitive-name-matching=true.query_types_enabled_for_history_based_optimizationto specifiy query types which will use HBO.engine.hive.lock-enabledproperty when creating iceberg tables prestodb/presto#26234 (Author: inf): feat(plugin-iceberg): Add support forengine.hive.lock-enabledproperty when creating iceberg tablesengine.hive.lock-enabledproperty when creating or altering iceberg tables.case-sensitive-name-matching=trueconfiguration in the catalog configuration.CVE-2025-55163 <https://nvd.nist.gov/vuln/detail/CVE-2025-55163>_.SHOW STATSfor Timestamp with Timezone columns.String serializedCommitOutputargument withOptional<Object> commitOutputin thecom.facebook.presto.spi.eventlistener.QueryInputMetadataandcom.facebook.presto.spi.eventlistener.QueryOutputMetadataconstructors.getCommitOutputForRead()andgetCommitOutputForWrite()methods toConnectorCommitHandle, and deprecates the existinggetSerializedCommitOutputForRead()andgetSerializedCommitOutputForWrite()methods.ZSTDcompression codec in Parquet format.LZ4compression codec in ORC format.ZSTDcompression codec in Parquet format.LZ4compression codec in ORC format.CVE-2025-59419 <https://github.com/advisories/GHSA-jq43-27x9-3v86>_.MergeJoinForSortedInputOptimizerto do sort merge join when one side of the input is sorted.CVE-2022-36944<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36944>_.sorted_exchange_enabledsession property oroptimizer.experimental.sorted-exchange-enabledconfiguration property, the query planner will push sort operations into exchange nodes, eliminating redundant sorting steps and reducing memory usage for distributed queries with sort-merge joins. This feature is disabled by default.CVE-2025-57347 <https://github.com/advisories/GHSA-cc8p-78qf-8p7q>_.legacy_timestampis disabled. Timestamp values are now correctly stored and retrieved as wall-clock times without timezone conversion. Previously, values were incorrectly converted using the JVM timezone, causing data corruption.legacy_timestampis disabled. Timestamp values are now correctly stored and retrieved as wall-clock times without timezone conversion. Previously, values were incorrectly converted using the JVM timezone, causing data corruption.CVE-2020-15250<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250>_.array_transposeto return a transpose of an array.CVE-2025-59250 <https://github.com/advisories/GHSA-m494-w24q-6f7w>_.presto_cpp/properties-session:\`native_max_split_preload_per_driver```.All Commits
engine.hive.lock-enabledproperty when creating iceberg tables (feat(plugin-iceberg): Add support forengine.hive.lock-enabledproperty when creating iceberg tables prestodb/presto#26234) (inf)tryMapNameToTypeKind()Velox API (chore(native): Remove usage of deprecatedtryMapNameToTypeKind()Velox API prestodb/presto#26370) (Pedro Pedreira)mapTypeKindToName()usage in PrestoCpp (chore(native): RemovemapTypeKindToName()usage in PrestoCpp prestodb/presto#26345) (Pedro Pedreira)