Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Jul 7, 2025

Which issue does this PR close?

Rationale for this change

We back ported the default setting for statistics datafusion.execution.collect_statistics to 48.0.1 so we should update the upgrade guide to reflect that

What changes are included in this PR?

  1. Move the description to 48.0.1 release heading
  2. Move the upgrade guide higher in the index to make it easier to find

Are these changes tested?

by CI

Are there any user-facing changes?

Upgrade guide

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jul 7, 2025
:caption: Library User Guide

library-user-guide/index
library-user-guide/upgrading
Copy link
Contributor Author

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 on lines +135 to +139
# /* comment to avoid running
ListingOptions::new(Arc::new(ParquetFormat::default()))
.with_collect_stat(false)
// other options
# */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# /* 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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The # hides the comments from the docs (so /* comment to avoid running doesn't show up in the docs)

Screenshot 2025-07-07 at 11 47 39 AM

Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm thanks @alamb

@alamb
Copy link
Contributor Author

alamb commented Jul 7, 2025

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

@alamb
Copy link
Contributor Author

alamb commented Jul 7, 2025

I am happy to make any other suggested changes as a follow on PR

@alamb alamb merged commit ebb8e95 into apache:main Jul 7, 2025
5 checks passed
@alamb alamb deleted the alamb/update_upgrade_guide_48.0.1 branch July 7, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants