jason810496 commented on code in PR #73549:
URL: https://github.com/apache/airflow/pull/73549#discussion_r4074188284
##########
go-sdk/airflow/bundle.go:
##########
@@ -86,17 +87,33 @@ type taskHandlerMap struct {
mu sync.RWMutex
handlers map[string]map[string]bundle.Task
order []bundle.TaskHandlerInfo
+ closed bool
Review Comment:
Would it make more sense to have the `closed` at the bundle instance
(`BundleRef`) instead of storing at the `taskHandlerMap`? Since the native Dag
will encounter the same situation.
--
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]