kou opened a new pull request, #46015: URL: https://github.com/apache/arrow/pull/46015
### Rationale for this change `arrow/util/logging.h` exports `DCHECK()` family macros as internal macros. They are conflicted with macros provided by glog when glog headers are included after `arrow/util/logging.h`. ### What changes are included in this PR? * Move `DCHECK()` family macros to `arrow/util/logging_internal.h` * Use `arrow/util/logging_internal.h` not `.../logging.h` in `*.cc` * Use `ARROW_DCHECK*()` macros instead of `DCHECK*()` macros in headers including `*_internal.h` * Use `ARROW_DCHECK*()` macros instead of `DCHECK*()` macros in examples ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. -- 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]
