eakmanrq / sqlframe

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

fix: coalesce columns in full outer join #55

Closed eakmanrq closed 1 month ago

eakmanrq commented 1 month ago

Prior to this if doing a full outer join the left column was just chosen when really it should be a coalesce of the left and right for all of the join columns.

Related to: https://github.com/eakmanrq/sqlframe/issues/51