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

[WIP] Adding support for case sensitive table names #12071

Closed

Conversation

Praveen2112
Copy link
Contributor

Work in Progress.
Currently Presto doesn't have support for case-sensitive table names (#2863). Here we try to add support for the same by passing the actual schema/table name which is obtained from QualifiedName where we maintain both the actual table/schema name and also the transformed one(transformed to lower case). We just need to pass it to the connector over SchemaTableName so now the Connector will have access both to the actual schema/table name and also to the transformed one and it can decide accordingly. Here we have added support only for Select queries if this approach looks good then we can add support for the other kind of queries and will update the test suite for the same.

@Praveen2112 Praveen2112 changed the title WIP : Adding support for case sensitive table names [WIP] Adding support for case sensitive table names Dec 13, 2018
@Praveen2112
Copy link
Contributor Author

@sopel39 , @kokosing , @dain Your insights on this approach ?

@sopel39
Copy link
Contributor

sopel39 commented Dec 13, 2018

FYI: @findepi

@Praveen2112 Praveen2112 force-pushed the case_sensitive_table_names branch 3 times, most recently from 2255426 to 8a3b5ce Compare December 15, 2018 17:47
@Praveen2112 Praveen2112 force-pushed the case_sensitive_table_names branch 3 times, most recently from 5d168a9 to bf4d471 Compare December 18, 2018 13:29
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

Successfully merging this pull request may close these issues.

3 participants