ywcb00 commented on a change in pull request #1314:
URL: https://github.com/apache/systemds/pull/1314#discussion_r651793398
##########
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 {
Review comment:
It was so tempting to name it _AType_ alongside the other enum named
_FType_ :rofl:
I changed the name to _AlignType_ now :+1:
--
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]