-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add release notes for 0.287 #22647
Add release notes for 0.287 #22647
Conversation
|
Codenotify: Notifying subscribers in CODENOTIFY files for diff d70fb90...c273fc7. No notifications. |
57f1a03
to
cd3c032
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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_query
to enable tracking hbo statistics from complete stages in failed queries.hive.orc.use-column-names
configuration 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-read
tocopy-on-write
by setting table propertydelete_mode
.cte_materialization_strategy
toHEURISTIC
orHEURISTIC_COMPLEX_QUERIES_ONLY
. (defaultNONE
).history_optimization_plan_canonicalize_strategy
to specify the plan canonicalization strategies to use for HBO.ignore_scan_constants
which 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 whenCAST
legacy_json_cast
whose default value istrue
. See Properties Reference.from_unixtime(double)
function.use-legacy-scheduler
and 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 property
max-stage-retriesand the session property
max_stage_retries`` have also been removed.default-view-security-mode
to choose the default security mode for view creation.CAST
from 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_enabled
to use dynamic split sizes based on data selected by query.fragment-result-cache.input-data-stats-enabled=true
.map_normalize
builtin SQL UDF to avoid repeated reduce computation./clients/presto-cli
.TopNRowNumberOperator
#22281 (Author: wangd): Fix memory revoke inTopNRowNumberOperator
log_query_plans_used_in_history_based_optimizer
./clients/presto-console
.SortNode
to SPI module to be utilized in connector.All Commits
CAST
(wangd)SortNode
to SPI module (wangd)TopNRowNumberOperator
(wangd)DefaultOrcWriterFlushPolicy
(polaris6)IcebergColumnHandle
(polaris6)