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

[GitHub] [arrow-rs] tustvold commented on issue #4804: Different encoding options appear to have no effect on output size

tustvold commented on issue #4804:
URL: https://github.com/apache/arrow-rs/issues/4804#issuecomment-1712584063

   The encoder will always use dictionary encoding by default if enabled, falling back to the specified encoding otherwise. You likely want to disable dictionary encoding for these tests.
   
   As an aside I would probably discourage the delta encoding, the ecosystem support isn't great, and the specification literally links to a paper that says why the particular encoding they chose is a bad idea 😅


-- 
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