A lot of times errors will come through unnecessarily nested.
ex: Daft error: DaftError::External Unable to create logical plan node. Due to: DaftError::ValueError Attempting to make a Schema with duplicate field names: count
Describe the solution you'd like
I'd prefer if the unrelevant parts were removed
Unable to create logical plan node. Due to: DaftError::ValueError Attempting to make a Schema with duplicate field names: count
Is your feature request related to a problem?
A lot of times errors will come through unnecessarily nested.
ex:
Daft error: DaftError::External Unable to create logical plan node. Due to: DaftError::ValueError Attempting to make a Schema with duplicate field names: count
Describe the solution you'd like
I'd prefer if the unrelevant parts were removed
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
No