eakmanrq / sqlframe

Turning PySpark Into a Universal DataFrame API
https://sqlframe.readthedocs.io/en/stable/
MIT License
289 stars 8 forks source link

Support day #101

Closed cristian-marisescu closed 3 months ago

cristian-marisescu commented 3 months ago

Hi,

Seems the day function is still unsupported. Could you add it to the list? https://github.com/eakmanrq/sqlframe/blob/main/sqlframe/base/functions.py#L2166 Thank you in advance!

eakmanrq commented 3 months ago

Thanks for reporting this. In order to properly support it I had to finally add full type detection support which is great to finally have it. Will enable more functions/improve many existing functions so excited to have it implemented.