-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update Upgrade Guide for 48.0.1 #16699
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
Conversation
| :caption: Library User Guide | ||
|
|
||
| library-user-guide/index | ||
| library-user-guide/upgrading |
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.
I moved the upgrade link up higher in the index so it was easier to find
| # /* comment to avoid running | ||
| ListingOptions::new(Arc::new(ParquetFormat::default())) | ||
| .with_collect_stat(false) | ||
| // other options | ||
| # */ |
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.
| # /* comment to avoid running | |
| ListingOptions::new(Arc::new(ParquetFormat::default())) | |
| .with_collect_stat(false) | |
| // other options | |
| # */ | |
| /* comment to avoid running | |
| ListingOptions::new(Arc::new(ParquetFormat::default())) | |
| .with_collect_stat(false) | |
| // other options | |
| */ |
Not sure why those hashes were needed
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.
comphead
left a comment
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 thanks @alamb
|
Thank you for the review @comphead -- i am going to merge this in ASAP as we have already released 48.0.1 and it would be nice to have this doc in place |
|
I am happy to make any other suggested changes as a follow on PR |

Which issue does this PR close?
48.0.1#16486Rationale for this change
We back ported the default setting for statistics
datafusion.execution.collect_statisticsto 48.0.1 so we should update the upgrade guide to reflect thatWhat changes are included in this PR?
Are these changes tested?
by CI
Are there any user-facing changes?
Upgrade guide