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

Add support for BIGNUMERIC data type #493

Closed
wants to merge 1 commit into from

Conversation

OssiLehtinen
Copy link

@OssiLehtinen OssiLehtinen commented May 27, 2022

Implementing support for Google BigQuery's BIGNUMERIC data type, by replicating the handling of the FLOAT type.

Fixes #435

@hadley
Copy link
Member

hadley commented Nov 7, 2023

A bignumeric is 32 bytes, but a float is only 8 bytes, so I don't think this will work in general 😞. I appreciate you pitching in!

@hadley hadley closed this Nov 7, 2023
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.

Data Type: BIGNUMERIC support
2 participants