As discussed on #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
Reporter: Wes McKinney / @wesm
Related issues:
Note: This issue was originally created as ARROW-8897. Please see the migration documentation for further details.
As discussed on #7240, we are using
DCHECK_OKto check statuses when initializing the built-in registry.We could propagate failures by changing
arrow::compute::GetFunctionRegistryto return Result, but there may be other waysReporter: Wes McKinney / @wesm
Related issues:
Note: This issue was originally created as ARROW-8897. Please see the migration documentation for further details.