does someone work on <this> ? if not, can I take i...
# daft-dev
g
does someone work on this ? if not, can I take it?
c
I believe @murex you're already working on this?
m
yeah, I'm working on it
k
@Guy Pozner if you're interested, you could take string to datetime conversion over from me instead! https://github.com/Eventual-Inc/Daft/issues/2302 (although it may be similar to
to_date
so it might be worth waiting for
to_date
to be merged so you can modify it for
to_datetime
)
g
I agree it might be better to have the
to_date
in, so the style is the same for both. What about this?
c
Go for it! I actually have another PR out right now that does schema override for CSV, so you can use it as a reference, though its not merged yet so things might change. https://github.com/Eventual-Inc/Daft/pull/2326 Also, there's a few issues to tackle bitwise operations such as this: https://github.com/Eventual-Inc/Daft/issues/2317 , which you can take as well!
g
Great, thanks, taking it