raulcd opened a new pull request, #48968:
URL: https://github.com/apache/arrow/pull/48968

   ### Rationale for this change
   
   Cython built code is currently failing to compile on free threaded wheels 
due to:
   ```
   /arrow/python/build/temp.linux-x86_64-cpython-313t/_flight.cpp: In function 
‘PyObject* 
__pyx_gb_7pyarrow_7_flight_12FlightClient_9do_action_2generator2(__pyx_CoroutineObject*,
 PyThreadState*, PyObject*)’:
   /arrow/python/build/temp.linux-x86_64-cpython-313t/_flight.cpp:43068:110: 
error: call of overloaded ‘unique_ptr(NULL)’ is ambiguous
   43068 |           __pyx_t_3 = (__pyx_cur_scope->__pyx_v_result->result == 
((std::unique_ptr< arrow::flight::Result> )NULL));
         |                            
   ```
   
   ### What changes are included in this PR?
   
   Update comparing `unique_ptr[CFlightResult]` and `unique_ptr[CFlightInfo]` 
from `NULL` to `nullptr`.
   
   ### Are these changes tested?
   
   Yes via archery.
   
   ### Are there any user-facing changes?
   
   No
   


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