You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Micah Kornfield (JIRA)" <ji...@apache.org> on 2019/07/03 03:53:00 UTC

[jira] [Created] (ARROW-5833) [C++] Factor out status copying code from cast.cc

Micah Kornfield created ARROW-5833:
--------------------------------------

             Summary: [C++] Factor out status copying code from cast.cc
                 Key: ARROW-5833
                 URL: https://issues.apache.org/jira/browse/ARROW-5833
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Micah Kornfield


FUNC_RETURN_NOT_OK reconstructs a status object including line and status information.  This should be replaced with suitable methods from Status instead.   The macro is probably still useful since it returns by setting Status on the context instead of directly returning from a function



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)