amol- commented on a change in pull request #11245: URL: https://github.com/apache/arrow/pull/11245#discussion_r719407250
########## File path: python/pyarrow/_compute.pyx ########## @@ -670,13 +699,29 @@ class CastOptions(_CastOptions): @staticmethod def safe(target_type=None): + """" + Cast operation options. Review comment: reworded, should look better now. ########## File path: python/pyarrow/_compute.pyx ########## @@ -670,13 +699,29 @@ class CastOptions(_CastOptions): @staticmethod def safe(target_type=None): + """" + Cast operation options. + + Parameters + ---------- + target_type : optional + Target type for the safe cast. Review comment: :+1: -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org