Akanksha-kedia opened a new pull request, #18803: URL: https://github.com/apache/pinot/pull/18803
## Summary Corrects the misspelling `occurence` → `occurrence` in: - `RegexpReplaceVarFunctions.java` — Javadoc `@param` comments and the parameter names `int occurence` in two overloads - `BenchmarkRegexpReplace.java` — corresponding local variable and parameter in the benchmark copy of the same logic Parameter renaming is binary-compatible (Java callers use positional arguments, not named parameters). ## Test plan - [ ] Existing `RegexpReplaceFunctionsTest` covers the function logic -- 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]
