fix: reduce verbosity of errors due to string conversion#5600
fix: reduce verbosity of errors due to string conversion#5600wjones127 merged 1 commit intolance-format:mainfrom
Conversation
Code ReviewThis PR improves error handling by preserving error context rather than converting to strings. The changes are straightforward and follow existing patterns in the codebase. P1: Consider using
|
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
…t#5600) * Eliminates cases where we needlessly convert errors to strings. * Uses `DataFusionError::ExecutionJoin()` when appropriate.
DataFusionError::ExecutionJoin()when appropriate.