aarushigupta132 opened a new pull request, #3076:
URL: https://github.com/apache/iceberg-rust/pull/3076

   ## Which issue does this PR close?
   
   Prerequisite for the focused UpdateSchema series split from #3069.
   
   ## What changes are included in this PR?
   
   Moves the existing UpdateSchema implementation into three private modules:
   
   - mod.rs: public action and AddColumn API
   - apply.rs: schema application and transaction commit logic
   - tests.rs: the existing unit tests
   
   This is a mechanical extraction only. Public API tokens and 
implementation/test bodies were compared with main; the only code visibility 
changes are private-module test hooks.
   
   ## Are these changes tested?
   
   Yes. All 19 existing UpdateSchema tests pass, the doctest compiles, 
formatting and Clippy pass, and an independent review found no behavioral 
change.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to