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

   ### Describe the issue this Pull Request addresses
   
   Fixes various typos in code, comments, Javadoc, and error messages across 
multiple modules.
   
   ### Summary and Changelog
   
   **Summary:**
   Fixes typos in variable names, comments, and string literals across 
hudi-common, hudi-client, hudi-utilities, and hudi-hadoop-common.
   
   **Changelog:**
   - Fix "the the" double word in `TestHoodieWriteConfig` comment
   - Fix `partitonFields` variable name to `partitionFieldsArray` in 
`KeyGenUtils`
   - Fix `commitedInstantTime` to `committedInstantTime` in 
`BaseErrorTableWriter` and related test files
   - Fix `overridenSchema` to `overriddenSchema` in `TestHoodieCreateHandle`
   - Fix "comitted" to "committed" in `QueryRunner` Javadoc
   - Fix "existant" to "existent" in `TestHoodieTableConfig` comment
   - Fix "instantTIme" to "instantTime" in `HoodieMetadataPayload` error message
   
   ### Impact
   
   **Public API Changes:**
   - `BaseErrorTableWriter`: Parameter name `commitedInstantTime` renamed to 
`committedInstantTime` in `getErrorEvents()`, `upsertAndCommit()`, and 
`upsert()` methods. This is a parameter name change only and does not affect 
binary compatibility.
   
   **User-Facing Changes:**
   None.
   
   **Performance Impact:**
   None.
   
   ### Risk Level
   
   **Risk Level: low**
   
   **Justification:**
   - Typo-only changes in comments, variable names, and error messages
   - No logic changes
   - Parameter name renames do not affect binary compatibility
   
   ### Documentation Update
   
   No documentation changes needed.
   
   ### 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
   - [x] Adequate tests were added if applicable
   - [x] Commits are signed and follow 
[conventions](https://www.conventionalcommits.org/)


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