Add release notes for 0.294 #33
Closed
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
Jialiang Tan
Li Zhou
Shakyan Kushwaha
unidevel
Extracted Release Notes
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
.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.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.$data_sequence_number
metadata column for table with equality deletes.connector/hive:Avro Configuration Properties
to Hive Connector documentation.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.All Commits
AbstractHiveSslTest
(Tim Meehan)