Jonahkel opened a new pull request, #48614: URL: https://github.com/apache/arrow/pull/48614
### Rationale for this change The code previously used StartsWith and EndsWith utility functions. C++ now includes built-in starts_with and ends_with functions, rendering StartsWith and EndsWith unnecessary. ### What changes are included in this PR? All calls of StartsWith and EndsWith are replaces with starts_with and ends_with, respectively. The definition and tests for StartsWith and EndsWith have been deleted. ### Are these changes tested? Yes, all unit tests pass. ### 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]
