kou opened a new pull request, #37117: URL: https://github.com/apache/arrow/pull/37117
### Rationale for this change Recent protoc generates files that use ABSL_DCHECK*(). At least 3.21.12 doesn't use ABSL_DCHECK*() and 23.4 uses ABSL_DCHECK*(). If ABSL_DCHECK*() are used, we need to link to absl::log_internal_check_op. ### What changes are included in this PR? Link to absl::log_internal_check_op if possible. ### Are these changes tested? Yes. ### 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]
