Daft
Daft copied to clipboard
Add Ray compatibility tests against Ray `main` to every commit in Daft `main`
Is your feature request related to a problem? Please describe.
We should ensure that Daft is compatible with the bleeding edge of Ray development
We can do so by running compatibility tests against Ray main on Daft main. Our current compatibility tests run on only a fixed suite of Ray versions, but we should also include the latest Ray main so we get an early alert if any issues arise.
- Does this mean, We pull latest main and build or testing against the latest release of ray?
- Why not use the same cron setup that we have right now, instead of running it during main merge?
I created this PR. But it adds the compatibility test in the cron https://github.com/Eventual-Inc/Daft/pull/1656
@jaychia could you give some comment on this, so that I can close this up?