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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'm trying to use Rust from python, but I get error message of Decimal not supported / implemented on FFI. Other types work well.
Describe the solution you'd like
Decimal128 added to the C data interface.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'm trying to use Rust from python, but I get error message of Decimal not supported / implemented on FFI. Other types work well.
Describe the solution you'd like
Decimal128 added to the C data interface.
Additional context
Used maturin + https://github.com/pola-rs/polars/blob/master/py-polars/src/arrow_interop/to_py.rs
The text was updated successfully, but these errors were encountered: