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

   I would like to re-use `ProjectionStream` for 
https://github.com/apache/datafusion/issues/14993:
   
   
https://github.com/apache/datafusion/blob/0a9dcec265309d1d948e46e7d6878a267b950f1d/datafusion/physical-plan/src/projection.rs#L362-L388
   
   A barrier to this is that the FileOpenerFuture stream uses ArrowError while 
the ExecutionPlan::execute stream uses DataFusionError. I don't see any reason 
for this so I propose we change it.
   
   Within DataFusion we should not really be creating ArrowErrors, I believe we 
should almost always use DataFusionError.


-- 
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