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



##########
File path: src/main/java/org/apache/sysds/hops/BinaryOp.java
##########
@@ -496,7 +498,7 @@ else if (mbin == MMBinaryMethod.MR_BINARY_M) {
                                setOutputDimensions(binary);
                                setLineNumbers(binary);
                                setLops(binary);
-                       }
+                       } else throw new HopsException("Lop construction not 
implemented for ExecType " + et);

Review comment:
       Why? It is not exceeding the line character limit. 




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