Yicong-Huang commented on code in PR #5007: URL: https://github.com/apache/texera/pull/5007#discussion_r3215330712
########## 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: yes that's the purpose of using two underscores. I hope to prevent this field from being accessed. but source operator this field should be set to True. can we find a compromise between those requirements? -- 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]
