-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Presto is not able to read table in MySql with NAME as CAPITAL or having _. #14930
Comments
This is a known limitation in Presto. The only workaround I know of is to rename the table to use lower case. |
Here is an earlier discussion: #10288 |
Thanks, Maria. Can we start fixing this? |
@SonuSingh200190 Are you proposing to come up with a design that would address this issue and work on executing it? |
@mbasmanova yes I think we can fix this. |
Please, go ahead. Looking forward to a design proposal and/or prototype. |
@agrawalreetika what do you get when you type |
@marcejohnson item_test is itself a table in schema presto(In mysql) . |
@agrawaldevesh what output do you get when you type in mysql (not presto) client: If latter returns non-zero for https://mariadb.com/products/skysql/docs/reference/es/system-variables/lower_case_table_names/ |
I am also facing the same issue.
Database - RETAIL5M
Tables - ITEM, SALES, STORE, ONLINE_SALES, SALES_TEST.
Presto is not able to read this metadata, Please help.
The text was updated successfully, but these errors were encountered: