millin opened a new pull request #15469:
URL: https://github.com/apache/airflow/pull/15469


   Сurrent implementation of sorting is not correct, because it unreasonable 
sorts `grouped_logs` by first message text:
   ```python
   result = sorted(grouped_logs.items(), key=lambda kv: getattr(kv[1][0], 
'message', '_'))
   ```
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to