Skip to content

feat(transaction): Add UpdateStatisticsAction #1359

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

CTTY
Copy link
Contributor

@CTTY CTTY commented May 21, 2025

Which issue does this PR close?

What changes are included in this PR?

  • Add new transaction api to update statistics

Are these changes tested?

will add uts

@CTTY CTTY marked this pull request as ready for review May 21, 2025 22:12
@CTTY
Copy link
Contributor Author

CTTY commented Jun 8, 2025

I'm converting this to draft and will rebase this on the new transaction API later: #1400

@CTTY CTTY marked this pull request as draft June 8, 2025 17:25
@CTTY CTTY marked this pull request as ready for review June 20, 2025 23:51
@CTTY CTTY changed the title feat(transaction): Add update statistics feat(transaction): Add UpdateStatisticsAction Jun 20, 2025
use crate::transaction::{ApplyTransactionAction, Transaction};

#[test]
fn test_update_statistics() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Since we could apply tx action now, how about test table metadata result against MemoryCatalog?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I'm thinking the same, but I'm planning to create another issue to track this and other tx API tests improvement for others to ramp up, wdyt?

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.

Support update statistics in transaction
2 participants