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

KYLIN-4195 The cube size is 'NaN KB' after purging one cube. #890

Merged
merged 1 commit into from Nov 5, 2019

Conversation

wkh8011
Copy link

@wkh8011 wkh8011 commented Oct 16, 2019

The reason is that when I perform the purge operation, the size_kb parameter returned by the Kylin server is null.
So we can judge whether the input parameter is null in function dataSize, if data is null, return 0 KB.

@asf-ci
Copy link

asf-ci commented Oct 16, 2019

Can one of the admins verify this patch?

1 similar comment
@asf-ci
Copy link

asf-ci commented Oct 16, 2019

Can one of the admins verify this patch?

@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@28d3a9d). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #890   +/-   ##
=========================================
  Coverage          ?   25.46%           
  Complexity        ?     6109           
=========================================
  Files             ?     1410           
  Lines             ?    84932           
  Branches          ?    11903           
=========================================
  Hits              ?    21631           
  Misses            ?    61223           
  Partials          ?     2078

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 28d3a9d...13e34d2. Read the comment docs.

Copy link

@nichunen nichunen left a comment

Choose a reason for hiding this comment

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

LGTM

@nichunen nichunen merged commit b6a0064 into apache:master Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants