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


##########
python/pyarrow/tests/test_table.py:
##########
@@ -117,6 +117,15 @@ def test_combine_chunks():
     expected = pa.array([1, 2, 1, 2])
     assert res.equals(expected)
 
+def test_chunked_array_can_combine_chunks_with_no_chunks():

Review Comment:
   Add newline to fix Python lint.
   ```suggestion
   
   def test_chunked_array_can_combine_chunks_with_no_chunks():
   ```



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