Reranko05 opened a new pull request, #49879: URL: https://github.com/apache/arrow/pull/49879
### Rationale for this change Replaced mutable reference out arguments with pointer out arguments to align with Gandiva style guidance. This PR addresses a scoped `RegexUtil` slice of that issue. ### What changes are included in this PR? - Replaced `RegexUtil::SqlLikePatternToPcre` mutable reference out arguments with pointer out arguments. - Updated related local call sites in `regex_functions_holder.cc`. - Updated affected test in `regex_functions_holder_test.cc`. ### Are these changes tested? - Rebuilt with `ninja gandiva` - Ran regex-related tests successfully ### Are there any user-facing changes? No -- 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]
