e-strauss commented on code in PR #2113: URL: https://github.com/apache/systemds/pull/2113#discussion_r1774692798
########## src/main/python/systemds/script_building/dag.py: ########## @@ -43,6 +43,8 @@ class OutputType(Enum): NONE = auto() SCALAR = auto() STRING = auto() + INT = auto() + BOOLEAN = auto() Review Comment: I will continue on this PR once the other Datatype / Valuetype PR is gone through -- 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: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org