Commit b71f629
authored
apacheGH-46349: [Python] Move parquet definitions to pyarrow/includes/libparquet.pxd (apache#46437)
### Rationale for this change
Follow the convention we have for Arrow C++ API declarations which are are stored in pyarrow/includes/libxxx.pxd, with the specific name depending on the C++ component (for example pyarrow/includes/libarrow_dataset.pxd).
This follows the architecture defined:
https://arrow.apache.org/docs/python/getting_involved.html#pyarrow-architecture
### What changes are included in this PR?
Move the Parquet C++ API declarations to `pyarrow/includes/libparquet.pxd`.
### Are these changes tested?
Yes via CI and archery extended Python jobs.
### Are there any user-facing changes?
No
* GitHub Issue: apache#46349
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>1 parent 292e460 commit b71f629
2 files changed
Lines changed: 629 additions & 608 deletions
0 commit comments