Skip to content

Allow task estimator to return errors #331

@jayshrivastava

Description

@jayshrivastava

Ex. in task_estimation, I may want something like so

if let Some(my_custom_exec) = plan.as_any().downcast_ref::<MyCustomExec>() {
     ....
} else {
     internal_err!()
}

In case we want to error instead of falling back to single node mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions