[2/4] systemml git commit: [MINOR] Throw an exception if incorrect long-to-int conversion occurs

2018-11-30 Thread niketanpansare
http://git-wip-us.apache.org/repos/asf/systemml/blob/95cbbd65/src/main/java/org/apache/sysml/runtime/instructions/spark/CentralMomentSPInstruction.java -- diff --git

[4/4] systemml git commit: [MINOR] Throw an exception if incorrect long-to-int conversion occurs

2018-11-30 Thread niketanpansare
[MINOR] Throw an exception if incorrect long-to-int conversion occurs - Without this fix, an incorrect conversion is silently ignored. This is propagated further down in the engine and thrown as a different error such as "Invalid block dimensions" or an incorrect result is returned. Project:

[1/4] systemml git commit: [MINOR] Throw an exception if incorrect long-to-int conversion occurs

2018-11-30 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/master bc6e941ce -> 95cbbd656 http://git-wip-us.apache.org/repos/asf/systemml/blob/95cbbd65/src/main/java/org/apache/sysml/runtime/instructions/spark/utils/RDDConverterUtils.java

[3/4] systemml git commit: [MINOR] Throw an exception if incorrect long-to-int conversion occurs

2018-11-30 Thread niketanpansare
http://git-wip-us.apache.org/repos/asf/systemml/blob/95cbbd65/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/RemoteDPParWorkerReducer.java -- diff --git