You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: