danny0405 opened a new pull request, #18970: URL: https://github.com/apache/hudi/pull/18970
### Describe the issue this Pull Request addresses The RFC index in `rfc/README.md` had inconsistent Markdown table formatting, making it harder to review and maintain as new RFCs are added. The recent RFC entries also needed cleanup so that the list reflects the current RFC numbering and statuses, including the corrected RFC 102 entry and the new RFC 106 entry. ### Summary and Changelog This PR cleans up the RFC README table formatting and corrects recent RFC metadata in the index. #### Commit 1: chore: clean and fix the rfc readme (`1ecc35fa2ab7`) - Reformatted the RFC status legend table and the main RFC index table with consistent Markdown column spacing. - Removed trailing whitespace from table rows and restored a clean trailing newline. - Updated recent RFC entries, including RFC 91, RFC 95, RFC 102, and RFC 106, so the README reflects the intended links, titles, and statuses. ### Impact This is a documentation-only change to `rfc/README.md`. There is no public API, storage format, runtime behavior, compatibility, or performance impact. ### Risk Level low The risk is limited to the RFC index documentation. Verification performed: - `git diff --check -- rfc/README.md` - A table consistency check confirming each Markdown table block has consistent column counts. ### Documentation Update This PR updates the relevant documentation directly in `rfc/README.md`; no additional documentation changes are required. ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Enough context is provided in the sections above - [ ] Adequate tests were added if applicable -- 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]
