mapleFU commented on code in PR #34803:
URL: https://github.com/apache/arrow/pull/34803#discussion_r1153343724
##########
cpp/src/parquet/encoding.cc:
##########
@@ -3417,7 +3417,8 @@ std::unique_ptr<Encoder> MakeEncoder(Type::type type_num,
Encoding::type encodin
}
std::unique_ptr<Decoder> MakeDecoder(Type::type type_num, Encoding::type
encoding,
- const ColumnDescriptor* descr) {
+ const ColumnDescriptor* descr,
+ ::arrow::MemoryPool* pool) {
Review Comment:
Some decoders, like `DeltaBitPacked` may requires a pool, so I added.
Currently, Plain doesn't need a Pool
--
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]