pitrou commented on a change in pull request #12076:
URL: https://github.com/apache/arrow/pull/12076#discussion_r783867694
##########
File path: python/pyarrow/_compute.pyx
##########
@@ -690,6 +690,26 @@ cdef class _CastOptions(FunctionOptions):
class CastOptions(_CastOptions):
+ """
+ Options for the `cast` function.
+
+ Parameters
+ ----------
+ target_type : DataType, optional
+ The PyArrow type to cast to.
+ allow_int_overflow : bool, optional
+ Whether integer overflow is allowed when casting.
Review comment:
Indeed, all False by default (in C++).
--
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]