You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pysparkling does not mimic this as when you want to create a column "ID", you can't query "id".
however we can make it case sensitive by using configuration setting, set spark.sql.caseSensitive true or spark.sql(“set spark.sql.caseSensitive=true”)
The text was updated successfully, but these errors were encountered:
By default Spark is case insensitive.
Pysparkling does not mimic this as when you want to create a column "ID", you can't query "id".
The text was updated successfully, but these errors were encountered: