jorisvandenbossche commented on a change in pull request #10868:
URL: https://github.com/apache/arrow/pull/10868#discussion_r685805387



##########
File path: cpp/src/arrow/python/pyarrow.cc
##########
@@ -57,9 +57,6 @@ int import_pyarrow() {
     } else {                                                                   
         \
       return UnwrapError(obj, #TYPE_NAME);                                     
         \
     }                                                                          
         \
-  }                                                                            
         \
-  Status unwrap_##FUNC_SUFFIX(PyObject* obj, std::shared_ptr<TYPE_NAME>* out) 
{         \
-    return unwrap_##FUNC_SUFFIX(obj).Value(out);                               
         \

Review comment:
       Opened ARROW-13594 to track the build failure on our side




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to