kev-inn opened a new pull request #874: Add SystemDSContext for systemds 
operations
URL: https://github.com/apache/systemml/pull/874
 
 
   Adds a `SystemDSContext` object which has to be used for the function calls 
which generate the input data for our SystemDS script. It can be used as an 
python context by using `with SystemDSContext() as context: ...` where context 
would then be the `SystemDSContext` object (we could add a different class 
instead like `SystemDSConnection`/`SystemDSSession` or something like that). 
The Context will automatically be closed once we leave the `with`.
   
   A `SystemDSContext` object has to be used to generate the calls at the start 
of our Script like `matrix`, `seq` etc.
   We can also generate the `SystemDSContext` directly, in which case we should 
not forget to `.close()` it at the end.

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


With regards,
Apache Git Services

Reply via email to