This is an automated email from the ASF dual-hosted git repository.
kou 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 bee2fc8021 MINOR: [Docs][Python] Add LargeListType to Data Types docs
(#43597)
bee2fc8021 is described below
commit bee2fc8021f3b5dabff0315fe20290f316a44ce4
Author: Albert Villanova del Moral
<[email protected]>
AuthorDate: Fri Aug 16 09:59:30 2024 +0200
MINOR: [Docs][Python] Add LargeListType to Data Types docs (#43597)
### Rationale for this change
The `LargeListType` is missing in the Data Types docs:
https://arrow.apache.org/docs/python/api/datatypes.html#type-classes
### What changes are included in this PR?
This PR adds the `LargeListType` to the Data Types docs.
### Are these changes tested?
The change only affects the docs. I have generated the docs locally and
they appear as expected. See comment below with screenshot:
https://github.com/apache/arrow/pull/43597#issuecomment-2273139016
### Are there any user-facing changes?
The change is indeed an update in the docs.
Authored-by: Albert Villanova del Moral
<[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
docs/source/python/api/datatypes.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/source/python/api/datatypes.rst
b/docs/source/python/api/datatypes.rst
index a43c5299ea..86c2929687 100644
--- a/docs/source/python/api/datatypes.rst
+++ b/docs/source/python/api/datatypes.rst
@@ -96,6 +96,7 @@ functions above.
DataType
DictionaryType
ListType
+ LargeListType
MapType
StructType
UnionType