mustafasrepo opened a new issue, #8230:
URL: https://github.com/apache/arrow-datafusion/issues/8230

   ### Is your feature request related to a problem or challenge?
   
   In the 
[link](https://github.com/apache/arrow-datafusion/pull/8191#pullrequestreview-1732723348),
 @alamb suggested that adding a run pass to the plans would be better to make 
sure that plan is indeed runnable. I think this feature is really nice.
   
   ### Describe the solution you'd like
   
   I think, we can execute `ExecutionPlan`s generated inside `assert_optimized` 
after checking that plan is as expected. After collecting all the result 
(preferably with single row) with `collect(plan, task_ctx).await?` we would 
expect success at the output. If there is any inconsistency in the schema, 
execution will show errors.
   
   I think for this task we can use `EmptyExec` with single row at the source.
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


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

Reply via email to