eakmanrq / sqlframe

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

fix: support extra column properties when creating column object #67

Closed eakmanrq closed 1 month ago

eakmanrq commented 1 month ago

Databricks a future Spark releases could include more columns than SQLFrame currently supports so this limits what we use to just what is currently supported.