phisn opened a new issue, #14363:
URL: https://github.com/apache/datafusion/issues/14363

   ### Is your feature request related to a problem or challenge?
   
   Currently one has to manually add the schema when creating a join or give an 
empty one and call `recompute_schema`. It would be nice to have a `try_new` 
which handles schema creation as well as does maybe some sanity checking. 
   
   ### Describe the solution you'd like
   
   Add `try_new` to `Join` (and to all other plans currently missing it).
   
   ### Describe alternatives you've considered
   
   N/A
   
   ### Additional context
   
   Quality of life 


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to