Describe Table with catalog name.#989
Conversation
255b300 to
4f34e0d
Compare
There was a problem hiding this comment.
Sorry what does this mean? No UT changes required to cover this?
There was a problem hiding this comment.
Will make comments and also include UTs.
There was a problem hiding this comment.
should it be handled by catalog resolver?
There was a problem hiding this comment.
yes, CatalogSchemaIdentifierNameResolver will handle this.
For
describe prometheus.requests_total command
the table name will get converted to below in the above code.
prometheus.requests_total.MAPPING_ODFE_SYS_TABLE
So that all the system tables are recognized the way it works currently.
There was a problem hiding this comment.
Future Design
describe prometheus.requests_total --> source = prometheus.information_schema.columns.
For information_schema, there will be a separate information_schema internal connector which can interact with all the storage engines to get column and table details.
Storage Engine will have more methods in interface to expose tables, columns, schema
bc92c1d to
e752f96
Compare
Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
e752f96 to
7ec3af0
Compare
Signed-off-by: Vamsi Manohar <reddyvam@amazon.com> Signed-off-by: Vamsi Manohar <reddyvam@amazon.com> (cherry picked from commit 40d8d9f)

Description
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.