rok commented on code in PR #46778:
URL: https://github.com/apache/arrow/pull/46778#discussion_r2158503863


##########
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:
   Agreed! Let's merge and make a follow-up issue that can be a first time 
contribution for someone.



-- 
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

Reply via email to