jorisvandenbossche commented on a change in pull request #8657:
URL: https://github.com/apache/arrow/pull/8657#discussion_r522913647
##########
File path: python/pyarrow/tests/test_array.py
##########
@@ -2643,6 +2643,15 @@ def test_concat_array_invalid_type():
pa.concat_arrays(arr)
+def test_combine_chunks():
+ # ARROW-77363
Review comment:
I think in general the ChunkedArray tests are in `test_table.py` I think
(although this is a bit confusing, but it's also defined in table.pxi)
##########
File path: docs/source/python/api/tables.rst
##########
@@ -29,6 +29,7 @@ Factory Functions
:toctree: ../generated/
chunked_array
+ combine_chunks
Review comment:
concat_arrays ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]