This is an automated email from the ASF dual-hosted git repository.
AlenkaF pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 6cd5e7efc2a GH-51005: [C++] Fix over-read in UriFromAbsolutePath posix
branch (#51006)
add b12755a1cc4 GH-47686: [Docs][Python] Split the Python Parquet docs
into separate items (#50419)
No new revisions were added by this update.
Summary of changes:
docs/source/python/index.rst | 10 +-
docs/source/python/parquet.rst | 987 ---------------------
docs/source/python/parquet/index.rst | 89 ++
docs/source/python/parquet/parquet.rst | 605 +++++++++++++
docs/source/python/parquet/parquet_datasets.rst | 251 ++++++
docs/source/python/parquet/parquet_encryption.rst | 280 ++++++
.../python/parquet/parquet_type_handling.rst | 155 ++++
7 files changed, 1385 insertions(+), 992 deletions(-)
delete mode 100644 docs/source/python/parquet.rst
create mode 100644 docs/source/python/parquet/index.rst
create mode 100644 docs/source/python/parquet/parquet.rst
create mode 100644 docs/source/python/parquet/parquet_datasets.rst
create mode 100644 docs/source/python/parquet/parquet_encryption.rst
create mode 100644 docs/source/python/parquet/parquet_type_handling.rst