eakmanrq / sqlframe

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

fix: properly support compound filter expressions #22

Closed eakmanrq closed 2 months ago

eakmanrq commented 2 months ago

Prior to this change there was a bug introduced by https://github.com/eakmanrq/sqlframe/pull/13 that if a compound where filter was provided only the last value was preserved.