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

[Python][Parquet] Support wiriting decimals as integers #38882

Open
zmanji opened this issue Nov 26, 2023 · 2 comments
Open

[Python][Parquet] Support wiriting decimals as integers #38882

zmanji opened this issue Nov 26, 2023 · 2 comments

Comments

@zmanji
Copy link

zmanji commented Nov 26, 2023

Describe the enhancement requested

#15244 updated the parquet writer to store decimals as integers. This is not yet exposed to the Python bindings.

Component(s)

Parquet, Python

@zmanji zmanji changed the title Support wiriting decimals as integers [Python][Parquet] Support wiriting decimals as integers Nov 26, 2023
@mapleFU
Copy link
Member

mapleFU commented Nov 26, 2023

cc @wgtmac

Do we have a way to represent decimal using int32/int64 in arrow?

@wgtmac
Copy link
Member

wgtmac commented Nov 26, 2023

cc @wgtmac

Do we have a way to represent decimal using int32/int64 in arrow?

I don't think so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants