rok commented on code in PR #44070:
URL: https://github.com/apache/arrow/pull/44070#discussion_r1756567160


##########
python/pyarrow/tests/test_extension_type.py:
##########
@@ -1926,3 +1926,31 @@ def test_bool8_scalar():
     assert pa.scalar(1, type=pa.bool8()).as_py() is True
     assert pa.scalar(2, type=pa.bool8()).as_py() is True
     assert pa.scalar(None, type=pa.bool8()).as_py() is None
+
+
[email protected]("str_type", (pa.utf8, pa.large_utf8))

Review Comment:
   It does, expanded the test set.



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