Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support reading large decimals into doubles in the Parquet reader #9770

Merged
merged 3 commits into from Nov 23, 2023

Conversation

Mytherin
Copy link
Collaborator

This PR enables reading large decimals (>38 precision) into doubles in the Parquet reader, triggered by BigQuery's BIGDECIMAL type which uses decimals of a precision/scale of 76/38 respectively.

@Mytherin Mytherin merged commit cafbcfb into duckdb:main Nov 23, 2023
43 checks passed
k-anshul pushed a commit to k-anshul/duckdb that referenced this pull request Nov 28, 2023
Support reading large decimals into doubles in the Parquet reader
k-anshul pushed a commit to k-anshul/duckdb that referenced this pull request Nov 28, 2023
Support reading large decimals into doubles in the Parquet reader
@Mytherin Mytherin deleted the parquetbigdecimal branch December 4, 2023 11:45
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request Dec 14, 2023
Merge pull request duckdb/duckdb#9770 from Mytherin/parquetbigdecimal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant