Skip to content

[C++][Parquet] remove useless template parameter of DeltaLengthByteArrayEncoder #43249

@IndifferentArea

Description

@IndifferentArea

Describe the enhancement requested

template <typename DType>
class DeltaLengthByteArrayEncoder : public EncoderImpl,
virtual public TypedEncoder<ByteArrayType> {

It seems that the template parameter DType is never used. In addition, only ByteArray could be encoded with DeltaLengthByteArrayEncoder. So maybe it can be removed.

Component(s)

C++, Parquet

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions