bkief opened a new pull request, #42169:
URL: https://github.com/apache/arrow/pull/42169

   This PR exposes the 
[store_decimal_as_integer](https://arrow.apache.org/docs/cpp/api/formats.html#_CPPv4N7parquet16WriterProperties7Builder31enable_store_decimal_as_integerEv)
 parquet writer property to pyarrow
   
   ### Rationale for this change
   
   This will allow storing fixed-point decimals as integers in the parquet 
format and take advantage of more efficient storage codecs
   
   ### What changes are included in this PR?
   
   Pyarrow parquet writer and related Cython 
   
   ### Are these changes tested?
   
   Tests were included for the new parameter
   
   ### Are there any user-facing changes?
   
   Docstrings were updated
   
   


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