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: [email protected] With regards, Apache Git Services
