kyungjunleeme commented on PR #53804:
URL: https://github.com/apache/airflow/pull/53804#issuecomment-3137934225

   Yes, you’re absolutely right — it’s understandable to be confused.
   
   My original intention was to sort by map_index in descending order. During 
the process, I received some feedback and started considering map_index in the 
context of start_date. After testing, I found that using run_after gave the 
results I was looking for, so I ended up applying sorting based on run_after.
   
   That said, I’m still curious why sorting by map_index alone didn’t give me 
the desired result — I think digging into that could help better understand the 
underlying logic.
   
   In any case, I’ll update the PR description to avoid confusion for others.


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