The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
3316eb9fbb3790ac7ed7b42332d8b806b4299bbc / Daniel Standish 
<[email protected]>
Small cleanups / optimizations in DagRun.update_state (#31628)

1. no longer need getattr since mappedoperator has the attributes
2. the line `leaf_tis = list(set(leaf_tis) - set(teardown_tis))` drew my 
attention to the question, why weren't we using sets in the first place? So i 
switched to use sets. since there's a lot of `in` logic, good chance it's at 
least not worse, and it's a tiny bit cleaner this way.

Co-authored-by: Tzu-ping Chung <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/5139050769

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to