)]}'
{
  "commit": "365241620515a6b71aba5d10af9e8e102bb54f4c",
  "tree": "2eb22d23a311fd1068c8f75918e27127994f719a",
  "parents": [
    "076d4c93d9736ae33fb354908d8e9b4db09b1e72"
  ],
  "author": {
    "name": "Sutou Kouhei",
    "email": "kou@clear-code.com",
    "time": "Fri Apr 04 11:24:06 2025 +0900"
  },
  "committer": {
    "name": "Raúl Cumplido",
    "email": "raulcumplido@gmail.com",
    "time": "Mon Jun 16 09:25:59 2025 +0200"
  },
  "message": "GH-46011: [C++] Hide DCHECK family from public headers (#46015)\n\n### Rationale for this change\n\n`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`.\n\n### What changes are included in this PR?\n\n* Move `DCHECK()` family macros to `arrow/util/logging_internal.h`\n* Use `arrow/util/logging_internal.h` not `.../logging.h` in `*.cc`\n* Use `ARROW_DCHECK*()` macros instead of `DCHECK*()` macros in headers including `*_internal.h`\n* Use `ARROW_DCHECK*()` macros instead of `DCHECK*()` macros in examples\n* Use `ARROW_DCHECK*()` macros instead of `DCHECK*()` macros in `python/`\n \n### Are these changes tested?\n\nYes.\n\n### Are there any user-facing changes?\n\nYes.\n* GitHub Issue: #46011\n\nAuthored-by: Sutou Kouhei \u003ckou@clear-code.com\u003e\nSigned-off-by: Sutou Kouhei \u003ckou@clear-code.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "632b82f1d1a6cbc9ccc67f67a9f8cb902fd68a14",
      "old_mode": 33188,
      "old_path": "cls/cls_skyhook.cc",
      "new_id": "cf41e98e5748bd52cd7b0a81ccf005cf3034adc9",
      "new_mode": 33188,
      "new_path": "cls/cls_skyhook.cc"
    }
  ]
}
