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



##########
File path: 
src/main/java/org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyMap.java
##########
@@ -40,6 +40,18 @@ public void put(DataRange dataRange, PrivacyLevel 
privacyLevel) {
                constraintCollection.put(dataRange, privacyLevel);
        }
 
+       @Override public void putRow(int rowIndex, int rowLength, PrivacyLevel 
privacyLevel) {

Review comment:
       I know. I am not using that class and will perhaps delete it, but I 
wanted to get the propagation done and then see how that performs with the 
other implementation. Then I can try different implementations of 
FineGrainedPrivacy. 




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