Skip to content

Conversation

@jonathanc-n
Copy link
Contributor

Which issue does this PR close?

What changes are included in this PR?

Added summary functionality to snapshot produce action

Are these changes tested?

Copy link
Contributor

@liurenjie1024 liurenjie1024 left a comment

Choose a reason for hiding this comment

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

Thanks @jonathanc-n for this pr, generally LGTM! Just some minor suggestions.


impl Summary {
/// Create new snapshot summary
pub fn new(operation: Operation) -> Self {
Copy link
Contributor

Choose a reason for hiding this comment

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

Summary is supposed to be built from SummaryCollector, so I think we should not have this in public api?

@jonathanc-n
Copy link
Contributor Author

@liurenjie1024 Thanks for the reivew, the changes have been implemented.

Copy link
Contributor

@liurenjie1024 liurenjie1024 left a comment

Choose a reason for hiding this comment

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

Thanks @jonathanc-n for this pr, LGTM!

@liurenjie1024 liurenjie1024 merged commit fcc8892 into apache:main Apr 2, 2025
17 checks passed
@jonathanc-n jonathanc-n deleted the integrate-ss branch April 3, 2025 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generation of Snapshot Summaries

2 participants