Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [C++] Fix unity build error (#14083)
``` /arrow/cpp/src/arrow/compute/exec/bloom_filter.h:252:25: error: type attributes ignored after type is already defined [-Werror=attributes] 252 | enum class ARROW_EXPORT BloomFilterBuildStrategy { | ^~~~~~~~~~~~~~~~~~~~~~~~ ``` Authored-by: David Li <[email protected]> Signed-off-by: David Li <[email protected]>
- Loading branch information