You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "mapleFU (via GitHub)" <gi...@apache.org> on 2023/03/30 14:13:01 UTC

[GitHub] [arrow] mapleFU opened a new issue, #34802: [C++][Parquet] Decoder: Allow passing `MemoryPool` to Decoder

mapleFU opened a new issue, #34802:
URL: https://github.com/apache/arrow/issues/34802

   ### Describe the enhancement requested
   
   Currently, only `DictDecoder` will have memory-pool. And some decoders doesn't have MemoryPool, some decoders like `DeltaBitPacked` have memory pool, but always use default pool.
   
   ### Component(s)
   
   C++, Parquet


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] wjones127 closed issue #34802: [C++][Parquet] Decoder: Allow passing `MemoryPool` to Decoder

Posted by "wjones127 (via GitHub)" <gi...@apache.org>.
wjones127 closed issue #34802: [C++][Parquet] Decoder: Allow passing `MemoryPool` to Decoder
URL: https://github.com/apache/arrow/issues/34802


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org