sebwrede commented on a change in pull request #1237:
URL: https://github.com/apache/systemds/pull/1237#discussion_r625883913



##########
File path: 
src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedRange.java
##########
@@ -81,6 +88,10 @@ public long getSize() {
                        size *= getSize(i);
                return size;
        }
+
+       public int getOverlapNum(){
+               return _overlapNum;

Review comment:
       I would like to use the PART type as the condition for adding the object 
pointer to the aforementioned methods, but this is not available in 
FederatedRange. 
   
   Are you sure about the name "OVERLAP"? Isn't it too long compared to the 
others? Additionally, it is not any kind of overlap. It is specific to the 
partial aggregates. 




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


Reply via email to