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


##########
docs/source/python/extending_types.rst:
##########


Review Comment:
   Side note: I think this section doesn't belong in an "extending PyArrow" 
document, since this is not about the user extending anything. Can we open a 
separate issue to deal with that?



##########
python/pyarrow/tests/test_extension_type.py:
##########
@@ -1399,6 +1399,91 @@ def test_uuid_extension():
     assert isinstance(array[0], pa.UuidScalar)
 
 
+def test_uuid_scalar_from_python():
+    import uuid

Review Comment:
   Nit: can probably this at top level? This is not an optional module.



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