Ma77Ball commented on code in PR #5007: URL: https://github.com/apache/texera/pull/5007#discussion_r3214477910
########## amber/src/main/python/core/models/operator.py: ########## @@ -164,7 +164,7 @@ def on_finish(self, port: int) -> Iterator[Optional[TupleLike]]: class SourceOperator(TupleOperatorV2): - __internal_is_source = True Review Comment: Python purposely makes it hard to access, as accessing these types of attribute names outside the class defeats the purpose of encapsulation. -- 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]
