Phillip Cloud
Phillip Cloud
@asymmetric There were some follow up PRs recently merged that may fix your issue here. Can you check against `master`?
I opened #1248 one day before this issue was opened. Perhaps we should close this one?
@gerrymanoim Are you still working on this?
Closing. Please reopen if you get a chance to work on it later!
In the meantime you should be able to write ``` from ibis import _ result = t1.join(t2, t1.id==t2.id).join(t3, _.id==t3.id) ``` Note the `_`, it refers to everything to the left...
@lidavidm Should we keep this PR open?
Let's close this out! We can continue to do this as time permits. Thanks for your work on this @anjakefala!
@goodwanghan After thinking about this some more, I think we're not going to prioritize this over other work right now. Originally, I thought it would be a straightforward thing to...
Closed by #4568.
Closing this! Please reopen when you're ready to pick it up again, we'll be here :)