lucasfang opened a new pull request, #25:
URL: https://github.com/apache/paimon-cpp/pull/25

   ### Purpose
   
   <!-- Linking this pull request to the issue -->
   Linked issue: close #TODO
   
   <!-- What is the purpose of the change -->
   Introduce `build_support/fix_includes.py` to support include cleanup and 
ordering workflow in build tooling.
   This change adds one utility script and does not modify runtime code paths.
   
   ### Tests
   
   <!-- List UT and IT cases to verify this change -->
   1. python3 -m py_compile build_support/fix_includes.py (pass)
   2. Verified migrated file line count: 2498
   3. Confirmed file is tracked as a single new addition in this change set
   
   ### API and Format
   
   <!-- Does this change affect API in include dir or storage format or 
protocol -->
   No impact on public API under include/ and no storage/protocol format change.
   
   ### Documentation
   
   <!-- Does this change introduce a new feature -->
   No end-user feature introduced. This is a build/developer tooling migration.
   
   ### Generative AI tooling
   
   <!--
   If generative AI tooling has been used in the process of authoring this 
patch, please include the
   phrase: 'Generated-by: ' followed by the name of the tool and its version.
   If no, write 'No'.
   Please refer to the ASF Generative Tooling Guidance for details.
   -->
   Generated-by: GitHub Copilot (GPT-5.3-Codex)
   


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