-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
There are a variety of places where internal errors are raised in DataFusion:
https://github.com/search?q=repo%3Aapache%2Farrow-datafusion+DataFusionError%3A%3AInternal&type=code
End applications often translate internal errors into something different (aka hide details from the user as they can't do anything about it) rather than a Plan or Execution error (which signals an issue in the query)
Describe the solution you'd like
- Audit all the uses of
DataFusionError::Internalerrors and change any toDataFusion::PlanorDataFusion::Executionas appropriate - Update the doc strings on
DataFusionErrorto make it clearDataFusionError::Internalshould be used only when there is a bug in DataFusion (rather than an error in the query)
Describe alternatives you've considered
No response
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request