Skip to content
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

Change the type of duration_sec from int to float #6465

Merged
merged 5 commits into from
Nov 16, 2023

Conversation

d4x1
Copy link
Contributor

@d4x1 d4x1 commented Nov 15, 2023

⚠️ Pre Checklist

Please complete ALL items in this checklist, and remove before submitting

  • I have read through the Contributing Documentation.
  • I have added relevant tests.
  • I have added relevant documentation.
  • I will add labels to the PR, such as pr-type/bug-fix, pr-type/feature-development, etc.

Summary

What does this PR do?
Fix #6136

Does this close any open issues?

Closes #6136

Screenshots

Include any relevant screenshots here.
image
image
image
image

Other Information

Any other information that is important to this PR.

@d4x1 d4x1 added the pr-type/bug-fix This PR fixes a bug label Nov 15, 2023
@d4x1 d4x1 requested review from abeizn and klesh and removed request for abeizn November 15, 2023 10:32
@@ -99,14 +99,13 @@ func ConvertStages(taskCtx plugin.SubTaskContext) (err errors.Error) {
if body.Name == "" {
return nil, err
}
var durationMillis int
var durationMillis int64
Copy link
Contributor

Choose a reason for hiding this comment

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

float?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@abeizn abeizn merged commit d69a4f2 into apache:main Nov 16, 2023
10 checks passed
@d4x1 d4x1 added this to the v0.21 milestone Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug][CICD] Change the type of duration_sec from int to float
3 participants