-
Notifications
You must be signed in to change notification settings - Fork 299
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
[AMORO-3104] Added table summary metrics #3109
Conversation
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.
Thanks for the contribution!
All changes look good to me except a minor issue.
amoro-ams/amoro-ams-server/src/main/resources/postgres/ams-postgres-init.sql
Outdated
Show resolved
Hide resolved
amoro-ams/amoro-ams-server/src/main/resources/postgres/upgrade.sql
Outdated
Show resolved
Hide resolved
…tgres-init.sql Co-authored-by: ZhouJinsong <[email protected]>
….sql Co-authored-by: ZhouJinsong <[email protected]>
fixed |
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 for the contribution! @MarigWeizhi |
Why are the changes needed?
Close #3104.
Brief change log
TableSummaryMetrics
for each table to help users better understand the detail of tables.OptimizingEvaluator.PendingInput
table_summary
to tabletable_runtime
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before making a pull request
Documentation