forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-42168: [Python][Parquet] Pyarrow store decimal as integer (a…
…pache#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: apache#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>
- Loading branch information
Showing
5 changed files
with
99 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters