cyb70289 opened a new pull request #10098:
URL: https://github.com/apache/arrow/pull/10098


   Arrow handles errors by returning Status/Result. But in compute kernels,
   errors are populated in KernelContext.status. This is not consistent,
   and updating KernelContext.status is not thread safe.
   
   This patch removes KernelContext.status and returns kernel errors as
   Status/Result.


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

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


Reply via email to