-
Notifications
You must be signed in to change notification settings - Fork 41
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
[BUG] Qual tool should convert time units at stage/job/sql level #1511
[BUG] Qual tool should convert time units at stage/job/sql level #1511
Conversation
Signed-off-by: cindyyuanjiang <[email protected]>
Signed-off-by: cindyyuanjiang <[email protected]>
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 @cindyyuanjiang for fixing this.
Minor comment - Can we add comments for these two fields in class SQLStageSummary? Or rename these variables to store the unit name (e.g. execCPUTimeNs)
Signed-off-by: cindyyuanjiang <[email protected]>
@parthosa thanks! I added comments to the two fields in class |
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 @cindyyuanjiang !
LGTME
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 @cindyyuanjiang. LGTME.
Fixes #1481
Changes
Tests