pitrou opened a new pull request, #45942: URL: https://github.com/apache/arrow/pull/45942
### Rationale for this change Benchmarks fail compiling with Google Benchmark 1.9.2. This is because the benchmark function names conflict with Arrow API function names. ### What changes are included in this PR? Move the benchmark functions to a dedicated namespace. This should hopefully fix the issue. Another solution would be to rename the benchmark functions, but this would break continuous benchmarking history. ### Are these changes tested? By continuous benchmarking. ### 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]
