-
Notifications
You must be signed in to change notification settings - Fork 928
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add decimal128 support to Parquet reader and writer (#9765)
Closes #9566 Depends on #9804 Read decimal columns as 128bit when the input width requires it. Write decimal128 columns as `FIXED_LEN_BYTE_ARRAY`. Use the smallest viable decimal size to read `FIXED_LEN_BYTE_ARRAY` (used to default to decimal64, even when 32bits are sufficient). Removes `strict_decimal_types` option from Parquet reader, we can now always read using the exact decimal type. Authors: - Vukasin Milovanovic (https://github.com/vuule) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - Devavret Makkar (https://github.com/devavret) - MithunR (https://github.com/mythrocks) - Charles Blackmon-Luca (https://github.com/charlesbluca) - https://github.com/nvdbaranec URL: #9765
- Loading branch information
Showing
14 changed files
with
160 additions
and
254 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
Oops, something went wrong.