bowenli86 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_r305488852
########## 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: `@Deprecated` is for java, `@deprecated` is for scala ---------------------------------------------------------------- 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
