llama90 commented on code in PR #40761:
URL: https://github.com/apache/arrow/pull/40761#discussion_r1562440409
##########
python/pyarrow/types.pxi:
##########
@@ -5401,6 +5428,1069 @@ def is_float_value(object obj):
return IsPyFloat(obj)
+def _is_integer(data_type):
+ """
+ This function checks whether the `data_type` is an integer type, which
+ includes signed and unsigned integers of various bit widths (8, 16, 32, 64
bits).
Review Comment:
I fixed it.
--
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]