smyomous commented on code in PR #2054:
URL: https://github.com/apache/systemds/pull/2054#discussion_r1696831355


##########
src/main/java/org/apache/sysds/runtime/compress/estim/CompressedSizeInfo.java:
##########
@@ -95,6 +95,8 @@ public String getEstimatedDistinct() {
                StringBuilder sb = new StringBuilder();
                if(compressionInfo == null)
                        return "";
+               if(compressionInfo.size()<=0)

Review Comment:
   Thank you for the comments Sebastian, I've added the requested changes. 



-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to