xuefuz commented on a change in pull request #9172: [FLINK-13313][table] create CatalogTableBuilder to support building CatalogTable from descriptors URL: https://github.com/apache/flink/pull/9172#discussion_r305468398
########## File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/catalog/ExternalCatalogTableBuilder.scala ########## @@ -52,7 +52,10 @@ import org.apache.flink.table.descriptors._ * }}} * * @param connectorDescriptor Connector descriptor describing the external system + * + * @deprecated use [[CatalogTableBuilder]] */ +@Deprecated Review comment: Do we need two annos for deprecation? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
