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



##########
File path: 
src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationMap.java
##########
@@ -98,6 +98,29 @@ public boolean isType(FType t) {
                }
        }
 
+       // Alignment Check Type
+       public enum AType {
+               FULL,
+               ROW,
+               COL,
+               FULL_T,
+               ROW_T,
+               COL_T;

Review comment:
       Could you add a short description of each case in a comment next to the 
type (similar to the other enums in FederationMap).




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