fugue-project / fugue

A unified interface for distributed computing. Fugue executes SQL, Python, Pandas, and Polars code on Spark, Dask and Ray without any rewrites.
https://fugue-tutorials.readthedocs.io/
Apache License 2.0
1.92k stars 94 forks source link

[COMPATIBILITY] Change table temp view names to uppercase #541

Closed goodwanghan closed 2 months ago

goodwanghan commented 2 months ago

Snowflake prefers all table names to be uppercase. So to improve the compatibility, we will always keep the temp view names to be uppercased.