Add release notes for 0.287#22647
Conversation
|
|
|
Codenotify: Notifying subscribers in CODENOTIFY files for diff d70fb90...c273fc7. No notifications. |
57f1a03 to
cd3c032
Compare
steveburnett
left a comment
There was a problem hiding this comment.
What I did:
- Added :pr:
#####to all of the entries in Extracted Release Notes. - Made minor revisions to some of those entries, mostly based on applying the Order of changes rules in the Release Notes Guidelines.
- Added links to documentation to some of the entries that included documentation.
- Formatting for some functions and properties.
Note: this needs more work from others reviewing this PR - I am certain I didn't catch everything that needed to be formatted. I made only formatting changes I felt confident about, and when I wasn't sure I made no change. - Built local doc build of all changes.
- Verified the added PRs links worked, and linked to the correct PR for the entry.
- Verified the docs links that I added.
What I did not do:
- I did nothing about any entry listed in the Missing Release Notes section of this PR.
steveburnett
left a comment
There was a problem hiding this comment.
New review so I can ask for others to review a couple of entries that I'm not sure how to address. Also noticed a couple of documentation gaps that don't necessarily have to be addressed for this PR bit were worth noting here.
|
@aditi-pandit can you take a look at this and let me know if the release notes are ready? |
|
@wanglinsong, @tdcmeehan : I've completed my updates for the release notes. Please let me know if you have any further comments. |
5fd2e3d to
d971cae
Compare
Apply suggestions from code review Reorganize Release notes Apply suggestions from code review Fix headings following Release Notes Guidelines Update release-0.287.rst Add Iceberg version update
d971cae to
c273fc7
Compare
Review should have been marked Comment, not Request changes.
steveburnett
left a comment
There was a problem hiding this comment.
LGTM! (docs)
Pull updated branch, local doc build, looks good. Thanks!
|
The 0.287 release notes are now published on the Presto docs, at http://prestodb.io/docs/0.287/release/release-0.287.html |
Missing Release Notes
Amit Dutta
Anant Aneja
Avinash Jain
Bikramjeet Vig
Eduard Tudenhoefner
Jimmy Lu
Kevin Wilfong
Masha Basmanova
Pratik Joseph Dabre
Timothy Meehan
Vivek
Zac Blanco
feilong-liu
polaris6
DefaultOrcWriterFlushPolicy#21986 Fix checkArgument message inDefaultOrcWriterFlushPolicy(Merged by: Timothy Meehan)IcebergColumnHandle#21987 Fix typo inIcebergColumnHandle(Merged by: Timothy Meehan)sabbasani
wangd
wypb
xiaodou
xiaoxmeng
Extracted Release Notes
track_history_based_plan_statistics_from_complete_stages_in_failed_queryto enable tracking hbo statistics from complete stages in failed queries.hive.orc.use-column-namesconfiguration setting to no longer fail on reading ORC files without column names but falls back to using Hive's schema, enhancing compatibility with legacy ORC files.merge-on-readtocopy-on-writeby setting table propertydelete_mode.cte_materialization_strategytoHEURISTICorHEURISTIC_COMPLEX_QUERIES_ONLY. (defaultNONE).history_optimization_plan_canonicalize_strategyto specify the plan canonicalization strategies to use for HBO.ignore_scan_constantswhich canonicalize predicates for both partitioned and non-partitioned columns in scan node.CAST#21869 (Author: wangd): Preserve case for RowType's field name and JSON content whenCASTlegacy_json_castwhose default value istrue. See Properties Reference.from_unixtime(double)function.use-legacy-schedulerand the corresponding session propertyuse_legacy_scheduler`. The property previously defaulted to true, and the new scheduler, which was intended to replace it eventually, was never productionized and is no longer needed. The configuration propertymax-stage-retriesand the session propertymax_stage_retries`` have also been removed.default-view-security-modeto choose the default security mode for view creation.CASTfrom non-legacy timestamp to date rounding to future when the timestamp is prior than1970-01-01 00:00:00.000.extended-verification. It would verify each partition's data checksum if the inserted table is partitioned.extended-verification. It would verify each bucket's data checksum if the inserted table is bucketed.query_max_written_intermediate_bytes(default is 2TB).hive.dynamic_split_sizes_enabledto use dynamic split sizes based on data selected by query.fragment-result-cache.input-data-stats-enabled=true.map_normalizebuiltin SQL UDF to avoid repeated reduce computation./clients/presto-cli.TopNRowNumberOperator#22281 (Author: wangd): Fix memory revoke inTopNRowNumberOperatorlog_query_plans_used_in_history_based_optimizer./clients/presto-console.SortNodeto SPI module to be utilized in connector.All Commits
CAST(wangd)SortNodeto SPI module (wangd)TopNRowNumberOperator(wangd)DefaultOrcWriterFlushPolicy(polaris6)IcebergColumnHandle(polaris6)