The GitHub Actions job "Tests (AMD)" on airflow.git/partial-subset-linear-membership-scan has succeeded. Run started by GitHub user ColtenOuO (triggered by ColtenOuO).
Head commit for run: 713e7d193836792cc0dfb79a588c16f86f1abd78 / ColtenOuO <[email protected]> Track partial_subset matches as a single id set, not id set + object list Keeping both a list of matched task objects and a parallel set of their ids duplicated the same information in memory for no benefit. Task objects can't go in a set directly (SerializedBaseOperator sets __hash__ = None), but everywhere the objects are actually needed they can be looked up from task_dict, same as the existing also_include and direct_upstreams code already does. Addresses review feedback on #71203. Report URL: https://github.com/apache/airflow/actions/runs/31471548980 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
