mapleFU commented on code in PR #41819:
URL: https://github.com/apache/arrow/pull/41819#discussion_r1615670690
##########
cpp/src/parquet/encoding.cc:
##########
@@ -442,12 +442,12 @@ class DictEncoderImpl : public EncoderImpl, virtual
public DictEncoder<DType> {
constexpr static int32_t kDataPageBitWidthBytes = 1;
explicit DictEncoderImpl(const ColumnDescriptor* desc, MemoryPool* pool)
- : EncoderImpl(desc, Encoding::PLAIN_DICTIONARY, pool),
+ : EncoderImpl(desc, Encoding::RLE_DICTIONARY, pool),
Review Comment:
IMO this is only a Parquet internal API, maybe user shouldn't depend on this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]