Skip to content

Commit b71f629

Browse files
authored
GH-46349: [Python] Move parquet definitions to pyarrow/includes/libparquet.pxd (#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: #46349 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>
1 parent 292e460 commit b71f629

File tree

2 files changed

+629
-608
lines changed

2 files changed

+629
-608
lines changed

0 commit comments

Comments
 (0)