Example python_rust_compiled_function build fails in 43.1 #18948
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
rust
Related to Rust Polars
Checks
Reproducible example
This concerns python_rust_compiled_function
Log output
No response
Issue description
The included example python_rust_compiled_function doesn't build with versions 43.1
This is mostly due to the changes:
#18425
Needed changes include:
PlSmallStr
in inputs toffi::import_array_from_c
,ArrowField::new
andSeries::try_from
Expected behavior
The official example builds and works.
Installed versions
[dependencies]
polars-arrow = { version = "0.43.1"}
polars = { version = "0.43.1"}
pyo3 = { version = "0.22.3" }
The text was updated successfully, but these errors were encountered: