jorisvandenbossche commented on a change in pull request #10097:
URL: https://github.com/apache/arrow/pull/10097#discussion_r616736826



##########
File path: python/pyarrow/tests/test_array.py
##########
@@ -666,6 +666,13 @@ def test_struct_from_arrays():
         pa.StructArray.from_arrays([a, b, c], fields=[fa2, fb, fc])
 
 
+def test_struct_array_from_chunked():
+    chunked_arr = pa.chunked_array([[1, 2, 3], [4, 5, 6]])

Review comment:
       Can you add a short comment why this is being tested? Something like `# 
When passing chunked array instead of array, ensure we raise a proper error 
instead of crashing`




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


Reply via email to