You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/05/22 21:45:00 UTC

[jira] [Created] (ARROW-8897) [C++] Determine strategy for propagating failures in initializing built-in function registry in arrow/compute

Wes McKinney created ARROW-8897:
-----------------------------------

             Summary: [C++] Determine strategy for propagating failures in initializing built-in function registry in arrow/compute
                 Key: ARROW-8897
                 URL: https://issues.apache.org/jira/browse/ARROW-8897
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney


As discussed on https://github.com/apache/arrow/pull/7240, we are using {{DCHECK_OK}} to check statuses when initializing the built-in registry. 

We could propagate failures by changing {{arrow::compute::GetFunctionRegistry}} to return Result, but there may be other ways



--
This message was sent by Atlassian Jira
(v8.3.4#803005)