eakmanrq / sqlframe

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

fix: select after join detect all possible columns #58

Closed eakmanrq closed 4 months ago

eakmanrq commented 4 months ago

Prior to this the code assumed that the columns in a select with ambiguous references were just column expressions but not it will search out all columns that might be ambiguous and therefore they can be more complex.

Fixes: https://github.com/eakmanrq/sqlframe/issues/50