toyeshhm opened a new pull request, #19885:
URL: https://github.com/apache/hudi/pull/19885

   ### Describe the issue this Pull Request addresses
   
   Documentation-only corrections; no code or behavioral change.
   
   The `HoodieRecordMerger` snippet in `rfc/rfc-101/rfc-101.md` declares 
`fullOuterMerge` as returning `ist<Pair<HoodieRecord, Schema>>`. The two 
sibling signatures above it return `Option<Pair<HoodieRecord, Schema>>`, and 
the interface declares `List<...>`, so the leading `L` was dropped. Restored 
`List<Pair<HoodieRecord, Schema>>` so the sample reads as valid Java.
   
   ### Summary and Changelog
   
   - `rfc/rfc-101/rfc-101.md`: `ist<Pair<...>>` → `List<Pair<...>>` in the 
merger interface sample.
   - `rfc/rfc-39/rfc-39.md`: `PostgresSQL` → `PostgreSQL` (three places; 
matches the spelling used elsewhere in the repo).
   - `rfc/rfc-80/rfc-80.md`: `woker` → `worker`, `taskmanger` → `taskmanager`.
   - `rfc/rfc-68/rfc-68.md`: `continously increases util BlockSize` → 
`continuously increases until BlockSize`.
   - Plain spelling fixes in other RFCs, `hudi-io/hfile_format.md`, 
`hudi-kafka-connect/README.md`, `hudi-integ-test/README.md`, and 
`release/release_guide.md`: `intial`, `seperated`, `requried`, `ture`, 
`diabled`, `intialized`, `limitions`, `loger`, `futher`, `whould`, `untill`, 
`fileds`, `compability`, `droping`, `Specifially`, `layed`, `ther`, `lenghth`, 
`somone`, `parallely`, `wit`.
   
   Left alone on purpose: every `MOR`/`MoR` (Merge On Read), `statics` in 
RFC-94 (Java static members), `re-use`, and the Confluence URL slug in 
`rfc/README.md`.
   
   21 `.md` files, 31 lines. `git diff --check` reports only pre-existing 
trailing spaces used as Markdown line breaks; line endings are untouched.
   
   ### Impact
   
   None. Documentation only.
   
   ### Risk Level
   
   none
   
   ### Documentation Update
   
   none (this PR is the documentation update)
   
   ### Contributor's checklist
   
   - [x] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [x] Enough context is provided in the sections above
   - [ ] Adequate tests were added if applicable (N/A, docs only)
   


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