Baunsgaard commented on code in PR #2189:
URL: https://github.com/apache/systemds/pull/2189#discussion_r1929210724


##########
src/main/java/org/apache/sysds/runtime/frame/data/FrameBlock.java:
##########
@@ -555,6 +555,12 @@ public void reset() {
                reset(0, true);
        }
 
+       public void setRow(int c, Object[] row) {

Review Comment:
   please add javadocs for these methods.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to