github-actions[bot] opened a new pull request, #65183:
URL: https://github.com/apache/airflow/pull/65183

   * Fix log line number gaps caused by group markers (#47888)
   
   Group markers (::group:: / ::endgroup::) consumed line number indices
   but were removed during group processing, leaving gaps in the displayed
   line numbers (e.g. 0, 2, 3 instead of 0, 1, 2).
   
   Pre-scan the log data to assign sequential display line numbers that
   skip group markers, and pin wrapped line numbers to the top with
   alignItems flex-start.
   
   * fix test
   
   ---------
   (cherry picked from commit 55162a373963947089c8153ad58c127719836625)
   
   Co-authored-by: Daniel Seo <[email protected]>
   Co-authored-by: hseo36 <[email protected]>


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