Currently, in order for a metadata column to be recognizable by Presto, user must specify it in both split-filter.json and table-schema.yml. This is repetitive.
Expected Behavior or Use Case
Presto Component, Service, or Connector
Possible Implementation
Currently, the table schema for clp connector is read from ClpYamlMetadataProvider. In addition to the yaml file, we should also read the column in the metadata config file.
Example Screenshots (if appropriate):
Context