Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spark case sensitivity #139

Open
svaningelgem opened this issue Jan 27, 2021 · 1 comment
Open

Spark case sensitivity #139

svaningelgem opened this issue Jan 27, 2021 · 1 comment

Comments

@svaningelgem
Copy link
Contributor

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".

however we can make it case sensitive by using configuration setting, set spark.sql.caseSensitive true or spark.sql(“set spark.sql.caseSensitive=true”)

@tools4origins
Copy link
Collaborator

I think it could be fixed with a minimal footprint via tools4origins@9fabc82 (not yet part of a PR)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants