j143 commented on a change in pull request #893:
URL: https://github.com/apache/systemml/pull/893#discussion_r417470308
##########
File path:
src/main/java/org/apache/sysds/runtime/controlprogram/caching/FrameObject.java
##########
@@ -155,15 +182,46 @@ public long getNumColumns() {
return dc.getCols();
}
+ private FrameBlock readFederated() {
+ FrameBlock result = new FrameBlock(_schema);
+ // provide long support?
Review comment:
If this is the case, kindly write this info as a comment referencing the
issues such as SYSTEMDS-##. We can keep it as descriptive as possible and can
even include numeric examples to be explanatory.
----------------------------------------------------------------
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]