dandanseo123 opened a new pull request, #65039:
URL: https://github.com/apache/airflow/pull/65039

   ### Description:
   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). Also fixed line number alignment on 
wrapped log lines.
   
   - Pre-scan log data to assign sequential display line numbers that skip 
group markers
   - Pin wrapped line numbers to the top with `alignItems: flex-start`
    
     closes: https://github.com/apache/airflow/issues/47888
   
   ### Screenshot
   <img width="777" height="425" alt="Screenshot 2026-04-10 at 8 37 50 PM" 
src="https://github.com/user-attachments/assets/c0a2f0f6-2843-41d4-828b-90e477bc3868";
 />
   
     ---
   
     ##### Was generative AI tooling used to co-author this PR?
   
     - [X] Yes — Claude Code
   
     Generated-by: Claude Code following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
   


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