emkornfield commented on a change in pull request #11302: URL: https://github.com/apache/arrow/pull/11302#discussion_r721901835
########## File path: cpp/src/arrow/python/datetime.cc ########## @@ -450,6 +475,19 @@ Result<std::string> TzinfoToString(PyObject* tzinfo) { return PyTZInfo_utcoffset_hhmm(tzinfo); } +Result<PyObject*> MonthDayNanoIntervalToNamedTuple( Review comment: There are a few other places that return Result<PyObject*> is there any guidance on when to use that and when to use pure PyObject*? -- 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