eakmanrq / sqlframe

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

fix: improve normalization #32

Closed eakmanrq closed 2 months ago

eakmanrq commented 2 months ago

Found some gaps in current normalization coverage which was causing issues with Snowflake since we would end up comparing a non-normalized column (lowercase) to normalized columns (uppercase for Snowflake). This fixes all the issues found.

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