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 for Decimal Types #5853

Closed
sa- opened this issue Dec 19, 2022 · 1 comment
Closed

Support for Decimal Types #5853

sa- opened this issue Dec 19, 2022 · 1 comment
Labels
enhancement New feature or an improvement of an existing feature

Comments

@sa-
Copy link
Contributor

sa- commented Dec 19, 2022

Problem description

I was trying out polar's new delta reader and ran into this error using pl.scan_delta(...)

Arrow datatype Decimal(18, 5) not supported by Polars. You probably need to activate that data-type feature

I've installed polars with pip install polars[all] so it's unlikely that the feature is missing. It would be nice if polars could support this.

Related issue: #4104

@sa- sa- added the enhancement New feature or an improvement of an existing feature label Dec 19, 2022
@zundertj
Copy link
Collaborator

zundertj commented Dec 23, 2022

Closing in favor of #4104 . Please comment and/or upvote there if you want to add your support for Decimal data type. Please note that opening new issues to draw attention to existing issues does not speed up the addition of the requested feature.

@sa- sa- closed this as not planned Won't fix, can't repro, duplicate, stale Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants