The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/merge-dicts-non-dict-override has failed.
Run started by GitHub user nikolauspschuetz (triggered by nikolauspschuetz).

Head commit for run:
4c36d9ef1382cfbe9c70c205f03b9112f27c42d4 / Nikolaus Schuetz 
<[email protected]>
Fix merge_dicts crash when a dict overrides a non-dict value

merge_dicts recursed whenever the value in dict2 was a dict, without also
checking that the existing value in dict1 was a dict. Merging a dict over a
scalar or list value therefore raised (AttributeError/TypeError) instead of
overwriting it as the docstring promises ("Items in dict2 overwrite those
also found in dict1").

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

With regards,
GitHub Actions via GitBox


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

Reply via email to