BACtaki commented on code in PR #1677:
URL: https://github.com/apache/systemds/pull/1677#discussion_r1004038189


##########
src/main/java/org/apache/sysds/runtime/matrix/operators/AggregateUnaryOperator.java:
##########
@@ -35,7 +35,7 @@ public class AggregateUnaryOperator extends 
MultiThreadedOperator {
        private static final long serialVersionUID = 6690553323120787735L;
 
        public final AggregateOperator aggOp;
-       public final IndexFunction indexFn;
+       public IndexFunction indexFn;

Review Comment:
   👍  I refactored the `CountDistinctOperator` ctor to make the API more 
intuitive



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