-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add try_new
for LogicalPlan::Join
Join
and others
#14363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
try_new
for LogicalPlan::Join
Join
try_new
for LogicalPlan::Join
Join
and others
Join output schema is very difficult topic, especially when using USING. I see how |
FWIW I think this would be a very nice API to add. Thank you for proposing it |
LOL |
I would like to work on this. I will be taking a look at a few |
take |
I won't be able to work on this issue. Anyone willing to work on this is free to get it assigned to themselves. I don't see any unassign button here. |
Thanks @Spaarsh -- I unassigned you |
take |
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 atry_new
which handles schema creation as well as does maybe some sanity checking.Describe the solution you'd like
Add
try_new
toJoin
(and to all other plans currently missing it).Describe alternatives you've considered
N/A
Additional context
Quality of life
The text was updated successfully, but these errors were encountered: