mbrobbel commented on code in PR #8286:
URL: https://github.com/apache/arrow-rs/pull/8286#discussion_r2328600571


##########
arrow-pyarrow-integration-testing/src/lib.rs:
##########
@@ -41,7 +41,7 @@ fn to_py_err(err: ArrowError) -> PyErr {
 
 /// Returns `array + array` of an int64 array.
 #[pyfunction]
-fn double(array: &Bound<PyAny>, py: Python) -> PyResult<PyObject> {
+fn double(array: &Bound<PyAny>, py: Python) -> PyResult<Py<PyAny>> {

Review Comment:
   Is 
https://github.com/apache/arrow-rs/pull/8286/commits/5218810ee7844e474a97dbfab0a93b91f41945ee
 what you had in mind?



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