westonpace commented on code in PR #34084:
URL: https://github.com/apache/arrow/pull/34084#discussion_r1101709619
##########
python/pyarrow/tests/test_array.py:
##########
@@ -714,7 +714,8 @@ def test_struct_from_arrays():
pa.StructArray.from_arrays(
arrays, fields, mask=pa.chunked_array([mask]))
- # Non-empty array with no fields
https://github.com/apache/arrow/issues/15109
Review Comment:
pylint was complaining for me. But, oddly, it was complaining about an 80
character line limit and I thought we allowed 90. I'll revert and see if CI
passes. Maybe I have a stray .pylintrc in my environment somewhere.
--
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]