ywcb00 opened a new pull request, #1622:
URL: https://github.com/apache/systemds/pull/1622

   Hi,
   this PR adds support for the federated left indexing instruction with a 
scalar rhs, including the respective tests.
   When running the FederatedLeftIndexTest, it throws an exception because of 
invalid matrix dimensions (-1, -1) at the first test run. The second test run 
passes. Somehow this exception is only thrown if the two frame tests 
(_testLeftIndexFullDenseFrameCP_, _testLeftIndexFullDenseFrameSP_) are executed 
before the failing scalar test (_testLeftIndexScalarCP_). I tried to put the 
empty matrix for the output to the federated workers with the correct sliced 
dimensions instead of [-1, -1], but then we get a "file does not exist on hdfs" 
exception. Any idea or suspicion why this could be the case?
   
   Thanks for review :)


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