raulcd commented on code in PR #46778: URL: https://github.com/apache/arrow/pull/46778#discussion_r2143097862
########## python/pyarrow/src/arrow/python/helpers.cc: ########## @@ -94,6 +95,23 @@ Result<uint16_t> PyFloat_AsHalf(PyObject* obj) { } } +Result<std::shared_ptr<Array>> Arange(int64_t start, int64_t stop, int64_t step) { Review Comment: I've moved it to `src/arrow/python/util.{h,cc}` -- 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