uranusjr commented on PR #24425: URL: https://github.com/apache/airflow/pull/24425#issuecomment-1154826607
OrderedDict is fine, they don’t add overhead anyway and it’s of minimal benefit to actively remove them. It’s this `OrderedDict(sorted())` combination that’s problematic, which is why I wonder about `_field_behaviours` specifically. -- 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]
