ashb commented on PR #58253:
URL: https://github.com/apache/airflow/pull/58253#issuecomment-3527026482

   > Sort tasks by task_id during serialization in serialize_dag() to ensure 
deterministic ordering regardless of dictionary iteration order
   
   On the surface of it, this seems wrong. From Python3.7+ the dict iteration 
order is the insertion order in the dictionary, and we _want_ to maintain that 
insertion don't we?


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