eakmanrq / sqlframe

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

feat: no longer optimize by default #131

Closed eakmanrq closed 1 month ago

eakmanrq commented 1 month ago

When using optimize, invalid SQL can be generated. Therefore SQLFrame will now start favoring accurate SQL over readable by default but let user pass in optimize=True if they would like the optimized result.