finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.72k stars 1.04k forks source link

Fix intermittent `to_arrow()` error in Python #2608

Closed texodus closed 2 months ago

texodus commented 2 months ago

Fixes a GIL scoping issue which caused intermittent failure when the to_arrow() method is called in Python (and any method which internally uses to_arrow()). Fixes #2597