eakmanrq / sqlframe

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

Support array_append #100

Closed cristian-marisescu closed 3 months ago

cristian-marisescu commented 3 months ago

Hi,

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