pitrou commented on code in PR #13757:
URL: https://github.com/apache/arrow/pull/13757#discussion_r940382803


##########
python/pyarrow/tests/test_array.py:
##########
@@ -3192,3 +3192,13 @@ def test_to_pandas_timezone():
     arr = pa.chunked_array([arr])
     s = arr.to_pandas()
     assert s.dt.tz is not None
+
+
+def test_chunked_array_can_combine_chunks_with_no_chunks():

Review Comment:
   `combine_chunks` is tested in `test_table.py`, could you move your test 
there too?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to