Commits


Sutou Kouhei authored and GitHub committed 5fd99efb413
GH-40327: [C++][Parquet] Add missing config.h include in key_management_test.cc (#40330) ### Rationale for this change We need it for `ARROW_WITH_SNAPPY` and `ARROW_ENABLE_THREADING` definitions. ### What changes are included in this PR? Add missing `#include "arrow/util/config.h"`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #40327 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>