Hey team, Is there any hacky way that i can perfor...
# daft-dev
a
Hey team, Is there any hacky way that i can perform
left join
operation since currently inner joins are only supported and In ETL we have several usecases where left join is being used. I thought one, but it will require to subtract two dataframes and i am unable to do so in daft. Any help or guidance will be really helpful 🙏 Thanks for a quick response of previous post 🙂
j
I think this would require us to add a new variant to the join op 😁 I can’t think of any workarounds that would be performant at the moment… Will keep you updated, we can probably get it in for next release!
This is currently being worked on by @Kevin Wang !
👍 3
k
Hey @Akshat Suwalka! We just merged in support for left, right, and outer joins here: https://github.com/Eventual-Inc/Daft/pull/2166. You'll be able to try it out when we publish our next release (v0.2.24). Let me know how it goes!
a
Thanks @Kevin Wang 👏