Platform Dependent pyo3_runtime.PanicException #17089
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Unfortunately I don't have exactly reproducing code.
Log output
Issue description
I believe this relates to closed issue 16830
I have code that joins two data frames
I can run
Independent of platform.
If I change the order of operation though
then I get an error on
linux', but not on
darwin`.The error reads
When digging a bit deeper I found a statement that seems to trigger the difference.
In frame_a I calculate a feature
I do not merge on the feature, however when I remove the feature from frame_a the join works just fine on both platforms
Expected behavior
I expect that the code runs on linux in the same way as it does on mac os/darwin
Installed versions
On Linux, where it breaks
On MacOs where it runs
The text was updated successfully, but these errors were encountered: