Skip to content

Commit a0280c2

Browse files
jonkeanethisisnic
authored andcommitted
apacheGH-49495: [C++][CI] Resolve ubuntu clang failure with parquet fuzzing (apache#49496)
1 parent e9d2b3a commit a0280c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/parquet/arrow/fuzz_encoding_internal.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ struct TypedFuzzEncoding {
161161
std::conditional_t<kType == Type::BOOLEAN, BooleanSlot, typename DType::c_type>;
162162
using EncoderType = typename EncodingTraits<DType>::Encoder;
163163
using DecoderType = typename EncodingTraits<DType>::Decoder;
164-
using Accumulator = EncodingTraits<DType>::Accumulator;
164+
using Accumulator = typename EncodingTraits<DType>::Accumulator;
165165

166166
TypedFuzzEncoding(Encoding::type source_encoding, Encoding::type roundtrip_encoding,
167167
const ColumnDescriptor* descr, int num_values,

0 commit comments

Comments
 (0)