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

Can`t query mysql table using a uppercase name #10288

Closed
devilcony opened this issue Mar 29, 2018 · 3 comments
Closed

Can`t query mysql table using a uppercase name #10288

devilcony opened this issue Mar 29, 2018 · 3 comments

Comments

@devilcony
Copy link

happens when querying a mysql table with a uppercase name ,and mysql server is case sensitive
query like this: select * from mysql.test."MY_TEST"
the presto server returns this: Table 'mysql.test.my_test' does not exist

@findepi
Copy link
Contributor

findepi commented Mar 29, 2018

Hi @devilcony
This is known limitation.

PrestoSQL has a fix.

@findepi findepi closed this as completed Mar 29, 2018
@tooptoop4
Copy link

any update? hive metastore tables in mysql like DBS, PARTITIONS can't be queried.

presto> select * from mysql.metastore.DBS;
Query 20180913_015448_00010_774as failed: line 1:15: Table mysql.metastore.dbs does not exist

@findepi
Copy link
Contributor

findepi commented Oct 3, 2018

@tooptoop4 this is a duplicate; please follow the original issue

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

3 participants