This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 44a00fc4fe GH-36044: [Python][Docs] Added ParquetFileFragment to the
API reference docs (#38277)
44a00fc4fe is described below
commit 44a00fc4fe2425d1942121a776ec72494622f54a
Author: Divyansh200102 <[email protected]>
AuthorDate: Tue Oct 17 18:48:41 2023 +0530
GH-36044: [Python][Docs] Added ParquetFileFragment to the API reference
docs (#38277)
* Closes: #36044
Authored-by: Divyansh200102 <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
---
docs/source/python/api/dataset.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/source/python/api/dataset.rst
b/docs/source/python/api/dataset.rst
index ef6484185c..3575846c35 100644
--- a/docs/source/python/api/dataset.rst
+++ b/docs/source/python/api/dataset.rst
@@ -48,6 +48,7 @@ Classes
ParquetFileFormat
ParquetReadOptions
ParquetFragmentScanOptions
+ ParquetFileFragment
OrcFileFormat
Partitioning
PartitioningFactory