Ma77Ball commented on code in PR #5007:
URL: https://github.com/apache/texera/pull/5007#discussion_r3215501682


##########
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:
   There is no way to change how Python handles mangled classes to make this 
work. However we can just literally spell the mangled name 
_Operator__internal_is_source = True in SourceOperator. If this is preferred, I 
can add the change. 



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

Reply via email to