linliu-code opened a new pull request, #640:
URL: https://github.com/apache/hudi-rs/pull/640

   **Stacked on #639** — that PR's commits appear here until it merges. 
**Review only the last commit** (`port the reader's stats, profiling, and 
input-split leaves`).
   
   ## What
   
   Four leaf modules of the merge-on-read reader, ported as-is: `read_stats`, 
`profiling`, `iterator_mode`, `input_split`. They have no dependencies inside 
the reader subsystem, so they need no adaptation.
   
   Nothing consumes them — `reader_v2` stays `pub(crate)` and unreferenced, and 
the existing read path is untouched. **Public API delta: none.**
   
   ## Note on dead_code
   
   Ported files carry a file-scope `allow(dead_code)`; every item in them is 
live upstream, so a per-item allow would be noise. Hand-written items (in #639) 
keep per-item allows so a mistakenly-dead one still warns.
   
   Build warning-free; suite green.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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