Commits


feik authored and GitHub committed edfa343eeca
GH-42168: [Python][Parquet] Pyarrow store decimal as integer (#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 * GitHub Issue: #42168 Lead-authored-by: feik <briankiefer@outlook.com> Co-authored-by: Brian Kiefer <briankiefer@outlook.com> Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: mwish <maplewish117@gmail.com>