You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/19 18:08:58 UTC

[GitHub] [flink] xuefuz commented on a change in pull request #9172: [FLINK-13313][table] create CatalogTableBuilder to support building CatalogTable from descriptors

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:
users@infra.apache.org


With regards,
Apache Git Services