You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/10/16 06:43:46 UTC

[GitHub] [kylin] wkh8011 opened a new pull request #890: KYLIN-4195 The cube size is 'NaN KB' after purging one cube.

wkh8011 opened a new pull request #890: KYLIN-4195 The cube size is 'NaN KB' after purging one cube.
URL: https://github.com/apache/kylin/pull/890
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services