Taragolis commented on PR #24425:
URL: https://github.com/apache/airflow/pull/24425#issuecomment-1154820140

   > I wonder if we should do the same with _field_behaviours
   
   I thought all code which use `OrderedDict` could be replaced by `dict`, as 
you mention since Python 3.7+ ordering in dict is stable, furthermore since 
CPython 3.6 ordering should be stable.
   
   Particular in that place, as I could find when I investigate,  the ordering 
do not affect anything.


-- 
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]

Reply via email to