buraksenn opened a new pull request, #21135:
URL: https://github.com/apache/datafusion/pull/21135

   ## Which issue does this PR close?
   - Closes #21125.
   
   ## Rationale for this change
   `flat_map` swallows error since it results into an iterator that yields no 
elements. Instead of this this PR uses `map` and propagates error.
   
   ## What changes are included in this PR?
   error propagation and related tests
   
   ## Are these changes tested?
   Yes I've added both unit and slt test
   
   ## Are there any user-facing changes?
   User's will see propagated error 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to