Remove DataFusionError::into_arrow_external_error
in favor of From
conversion
#1644
Labels
DataFusionError::into_arrow_external_error
in favor of From
conversion
#1644
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The way to convert
DataFusionError
into anArrowError
is confusing for Rust programmers coming to the DataFusion codebase and makes our codebase a bit of a messThey typically expect a
impl From<..>
conversion traitDescribe the solution you'd like
Once #1642 is complete, we can remove DataFusionError::into_arrow_external_error and just use
?
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: