etseidl commented on PR #10569:
URL: https://github.com/apache/arrow-rs/pull/10569#issuecomment-5220920290

   > is this something we should raise as a question to parquet and/or 
parquet-java (formerly parquet-mr)?
   
   I think that's probably a good idea, given that I cannot find this behavior 
documented anywhere in the parquet-java API docs nor the spec. In the meantime, 
I think this PR does a nice job of threading the needle...it maintains the 
current behavior by default, but allows for users to explicitly enable dict 
encoding.
   
   Before merging, I think the docs for the writer properties should be updated 
to explain the current state (i.e. by default, dictionary encoding will not be 
used if the writer version is 1.0, but users can explicitly enable dictionary 
encoding either globally or per column to override this default behavior). 
@subotac, would you be willing to add this documentation?


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

Reply via email to