jorisvandenbossche commented on code in PR #34570:
URL: https://github.com/apache/arrow/pull/34570#discussion_r1139291442
##########
python/pyarrow/tests/test_convert_builtin.py:
##########
@@ -2351,3 +2351,22 @@ def test_array_from_pylist_offset_overflow():
assert isinstance(arr, pa.ChunkedArray)
assert len(arr) == 2**31
assert len(arr.chunks) > 1
+
+
+def check_run_end_encoded_with_type(ree_type=None):
Review Comment:
There is a children keyword, so I assume it would take an empty list for the
buffers, and a list of children
--
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]