You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2020/09/25 17:08:50 UTC

[GitHub] [systemds] sebwrede opened a new pull request #1066: Fine-Grained Propagation of RBind and CBind

sebwrede opened a new pull request #1066:
URL: https://github.com/apache/systemds/pull/1066


   This PR adds fine-grained propagation of RBind, CBind, ListAppend, and ListRemove. 
   The CBind and RBind propagation results in an exception in tests where privacy constraints are activated in the input:
   `Exception : class org.apache.sysds.runtime.DMLRuntimeException
   Message   : CacheableData (1055096410 ...8.0.102//_t0/temp0_0) not available to modify. Status = READ.`
   
   This needs to be fixed before this PR can be marked as ready for merge. 
   Additionally, more integration tests are needed for CBind, ListAppend, and ListRemove. 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [systemds] sebwrede commented on pull request #1066: [SYSTEMDS-2678] Fine-Grained Propagation of RBind and CBind

Posted by GitBox <gi...@apache.org>.
sebwrede commented on pull request #1066:
URL: https://github.com/apache/systemds/pull/1066#issuecomment-700187196


   ListAppend propagation tests are ignored since list objects cannot be written to file.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [systemds] sebwrede commented on pull request #1066: [SYSTEMDS-2678] Fine-Grained Propagation of RBind and CBind

Posted by GitBox <gi...@apache.org>.
sebwrede commented on pull request #1066:
URL: https://github.com/apache/systemds/pull/1066#issuecomment-700047212


   The following exception has been fixed: 
   
   > The CBind and RBind propagation results in an exception in tests where privacy constraints are activated in the input:
   `Exception : class org.apache.sysds.runtime.DMLRuntimeException
   Message   : CacheableData (1055096410 ...8.0.102//_t0/temp0_0) not available to modify. Status = READ.`
   This needs to be fixed before this PR can be marked as ready for merge. 
   Additionally, more integration tests are needed for CBind, ListAppend, and ListRemove. 


----------------------------------------------------------------
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:
users@infra.apache.org