shahar1 commented on code in PR #67688:
URL: https://github.com/apache/airflow/pull/67688#discussion_r3325583428


##########
task-sdk/src/airflow/sdk/definitions/taskgroup.py:
##########
@@ -625,6 +642,47 @@ def _sweep_projection(self, nodes: list[DAGNode], 
projected: list[tuple[int, ...
             pending = next_pending
         return order
 
+    def _sort_via_pass_numbering(

Review Comment:
   Added a reverse-declared regression that directly asserts 
_sort_via_pass_numbering() emits the same order as _sweep_projection(), so that 
invariant is now pinned independently of the validity-only shape tests.



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