aglinxinyuan commented on code in PR #4415: URL: https://github.com/apache/texera/pull/4415#discussion_r3126991191
########## amber/src/main/python/core/models/state.py: ########## @@ -26,11 +26,8 @@ @dataclass class State: - def __init__( - self, table: Optional[Table] = None, pass_to_all_downstream: bool = False Review Comment: This design is not being used in the system, so the default value doesn't matter much. The default value mismatches might be a mistake in the original implementation. -- 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]
