[GitHub] [arrow] jorisvandenbossche commented on a change in pull request #8657: ARROW-7363: [Python] add combine_chunks method to ChunkedArray

2020-12-08 Thread GitBox
jorisvandenbossche commented on a change in pull request #8657: URL: https://github.com/apache/arrow/pull/8657#discussion_r538246392 ## File path: docs/source/python/api/tables.rst ## @@ -29,6 +29,7 @@ Factory Functions :toctree: ../generated/ chunked_array + combin

[GitHub] [arrow] jorisvandenbossche commented on a change in pull request #8657: ARROW-7363: [Python] add combine_chunks method to ChunkedArray

2020-11-13 Thread GitBox
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)