uranusjr commented on issue #29199: URL: https://github.com/apache/airflow/issues/29199#issuecomment-1439451086
THis would change the behaviour of `zip`. `ArgNotSet` is `fillvalue`’s default value, and it needs to cause `XComNotFound` for the mechanism to work correctly. So either further logic is needed to distinguish between the cases, or one of these code paths need to change the sentinel value (not use `ArgNotSet`). -- 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]
