AlenkaF commented on code in PR #36162:
URL: https://github.com/apache/arrow/pull/36162#discussion_r1241494996


##########
python/pyarrow/tests/test_convert_builtin.py:
##########
@@ -2363,3 +2363,136 @@ def test_array_from_pylist_offset_overflow():
     assert isinstance(arr, pa.ChunkedArray)
     assert len(arr) == 2**31
     assert len(arr.chunks) > 1
+
+

Review Comment:
   Yeah, I took approx one example for the group of datatypes represented in 
the specific `PyPrimitiveConverter` class that holds an `Append` method in 
`python/pyarrow/src/arrow/python/python_to_arrow.cc`. There should be no 
difference between for example `date32` vs `date64`. But will add an extra case 
to the test just to be sure 👍 



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