dask-cudf
dask-cudf copied to clipboard
[WIP] Remove stale join code, update tests
@mrocklin ping
i thought we were going to put this PR on the back burner while we sort out sorted joins in cuDF ?
i thought we were going to put this PR on the back burner while we sort out sorted joins in cuDF ?
He asked for me to ping him just so he could take a look. I'm happy to put this on the back burner.
I took a brief look at this. My attempt was to add a tiny join method that would route things to the merge method. It turns out that i don't fully understand the expectations of the join API though and how it relates to things like index merging and so on. After a bit of time I gave up.