-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fixed NaN values in Cost Analysis aggregate APIs #13708
Conversation
|
||
Double usedPercentage = 0.0; | ||
Double unusedPercentage = 0.0; | ||
if(total != 0){ |
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.
I think total will be a Double, it will probably be 0.0
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
[open-metadata-ingestion] Kudos, SonarCloud Quality Gate passed! |
* fixed nan in aggregations * review comments
Describe your changes:
Fixed NaN values in Cost Analysis aggregate APIs
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>