llama90 commented on code in PR #40761:
URL: https://github.com/apache/arrow/pull/40761#discussion_r1562440848


##########
python/pyarrow/tests/test_types.py:
##########
@@ -94,39 +93,39 @@ def get_many_types():
 
 
 def test_is_boolean():
-    assert types.is_boolean(pa.bool_())
-    assert not types.is_boolean(pa.int8())
+    assert pa.types.is_boolean(pa.bool_())

Review Comment:
   You are right. I replaced `pa.types` to `types.`



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