Commits

Antoine Pitrou authored 3ff6a11bf37
ARROW-11237: [C++] Restore DCHECK definitions after GLog GLog defines its own version of the DCHECK* macros, restore ours afterwards. This fixes an error when building with CMAKE_UNITY_BUILD enabled. Closes #9190 from pitrou/ARROW-11237-glog-defines Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>