Skip to content

Commit c8fec38

Browse files
authored
GH-46424: [C++][Parquet] Fix erroneous unit test skip (#46425)
### Rationale for this change Some unit tests check `ARROW_WITH_SNAPPY` as they require Snappy compression, but they didn't include the right header for this macro. ### Are these changes tested? By definition yes. ### Are there any user-facing changes? No. * GitHub Issue: #46424 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
1 parent 5672a37 commit c8fec38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/parquet/statistics_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include "arrow/type_traits.h"
3535
#include "arrow/util/bit_util.h"
3636
#include "arrow/util/bitmap_ops.h"
37+
#include "arrow/util/config.h"
3738
#include "arrow/util/float16.h"
3839
#include "arrow/util/logging_internal.h"
3940
#include "arrow/util/ubsan.h"

0 commit comments

Comments
 (0)