e-strauss commented on code in PR #2119:
URL: https://github.com/apache/systemds/pull/2119#discussion_r1774730043


##########
src/main/python/systemds/operator/nodes/source.py:
##########
@@ -135,7 +131,7 @@ class Source(OperationNode):
 
     def __init__(self, sds_context, path: str, name: str):
         super().__init__(sds_context,
-                         f'"{path}"', output_type=OutputType.IMPORT)
+                         f'"{path}"')

Review Comment:
   I have not created attribute for the IMPORT type since I have not seen code 
where the flag is relevant



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

Reply via email to