Files
Bruno 469c7ee177 Define a "arrow-pyrarrow" crate to implement the "pyarrow" feature. (#7694)
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.
2025-06-20 15:55:10 -04:00
..