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

mysql catalog does not handle uppercase tablenames #292

Closed
tooptoop4 opened this issue Sep 13, 2018 · 1 comment
Closed

mysql catalog does not handle uppercase tablenames #292

tooptoop4 opened this issue Sep 13, 2018 · 1 comment

Comments

@tooptoop4
Copy link

#mysql table s3.source works
curl -X GET --header 'Accept: application/json' 'http://dns:8088/metacat-1.1.1/mds/v1/catalog/mysql-56-db/database/s3/table/source?includeInfo=true&includeDefinitionMetadata=true&includeDataMetadata=true'

#mysql table metastore.DBS error (trying curl with DBS or dbs both give error)
curl -X GET --header 'Accept: application/json' 'http://dns:8088/metacat-1.1.1/mds/v1/catalog/mysql-56-db/database/metastore/table/DBS?includeInfo=true&includeDefinitionMetadata=true&includeDataMetadata=true'

2018-09-13 02:09:59.700 ERROR 60262 --- [nio-8088-exec-1] c.n.metacat.main.api.ExceptionMapper : Unable to locate for mysql-56-db/metastore/dbs. Details: TABLE 'mysql-56-db/metastore/dbs' not found.
com.netflix.metacat.common.exception.MetacatNotFoundException: Unable to locate for mysql-56-db/metastore/dbs. Details: TABLE 'mysql-56-db/metastore/dbs' not found.
at com.netflix.metacat.main.api.RequestWrapper.processRequest(RequestWrapper.java:125) ~[metacat-main-1.2.0-SNAPSHOT.jar:1.2.0-SNAPSHOT]
at com.netflix.metacat.main.api.v1.MetacatController.getTable(MetacatController.java:640) ~[metacat-main-1.2.0-SNAPSHOT.jar:1.2.0-SNAPSHOT]

@karthik1289
Copy link
Contributor

Created PR for this problem: #340

@tooptoop4 tooptoop4 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2024
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