<https://github.com/Eventual-Inc/Daft/pull/2798> P...
# daft-dev
c
https://github.com/Eventual-Inc/Daft/pull/2798 PR to clean up some of our logical casting code
j
I was talking with @Desmond Cheong a while ago about this page: https://docs.databricks.com/en/sql/language-manual/functions/cast.html Any thoughts if we might be able to come up with something like that as well?
c
Wat do you think
đŸ€© 1
it's actually quite easy to do!
j
o damn 😛
is that manually populated?
How fancy can we get LOL
c
yeah its manually populated rn
j
Ok 👍
I wonder if there could be some Rust macro shenanigans we could do to generate a table
(Not important though, manual is already much better than current status quo)
c
ok sounds good, will make a PR
j
Also nit: not sure which one is source vs target on the Y/X axis
Just checking, @jay did you get to doing the docs build per branch stuff?
j
I started on it wednesday, but got sidetracked. Will be revisiting shortly in an hour or so. My original plan was to move entirely over onto Netlify for everything, but that plan has changed because Netlify has pretty limited support for versioned docs like we get with ReadTheDocs. So now I’m going to do kind of a hybrid approach: 1. Refactor our docs build into a common
.sh
script that doesn’t rely on any of Netlify/RTD’s automagic build stuff 2. Make sure the RTD builds still work 3. Make a new Netlify thing that won’t be hosting “production” docs, but will give us per-PR documentation at least (without some of the goodies from RTD such as the version flags)
👍 1