mirror of
https://github.com/langchain-ai/arrow-rs.git
synced 2026-06-30 21:47:55 -04:00
469c7ee177
This follows the pattern of other parts of the arrow-rs codebase: arrow-array, arrow-schema, etc. With this change, polyglot codebases can use pyarrow without making all their crates that use arrow pull in pyarrow (& pyo3). It also allows interfacing with PyArrow without pulling in Arrow. # Which issue does this PR close? Closes https://github.com/apache/arrow-rs/issues/7668. # Rationale for this change Part of a codebase can use pyarrow without arrow pulling in pyo3 across the codebase. # Are there any user-facing changes? Nope.