You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "saarthdeshpande (via GitHub)" <gi...@apache.org> on 2023/05/25 15:36:09 UTC

[GitHub] [arrow] saarthdeshpande commented on issue #35766: Leaf columns?

saarthdeshpande commented on issue #35766:
URL: https://github.com/apache/arrow/issues/35766#issuecomment-1563117109

   Thank you so much for your explanation! When the `Compress()` function is called:
   
   1. From `WriteDataPage(page)`: In case the page is being compressed, the source buffer size is 20 for each column (makes sense, sinve 5 int32s = 20 bytes)
   2. From `pager_->has_compressor()`: What exactly is being compressed? The source buffer size is mostly an odd number and in the example above, the source buffer size is 11 bytes. Could you please shed some light 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: github-unsubscribe@arrow.apache.org

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