-
Notifications
You must be signed in to change notification settings - Fork 279
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
base: main
Are you sure you want to change the base?
Conversation
I'm converting this to draft and will rebase this on the new transaction API later: #1400 |
use crate::transaction::{ApplyTransactionAction, Transaction}; | ||
|
||
#[test] | ||
fn test_update_statistics() { |
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.
Since we could apply tx action now, how about test table metadata result against MemoryCatalog
?
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.
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?
Which issue does this PR close?
What changes are included in this PR?
Are these changes tested?
will add uts