xuefuz commented on a change in pull request #8601: [FLINK-12713][table] deprecate descriptor, validator, and factory of ExternalCatalog URL: https://github.com/apache/flink/pull/8601#discussion_r289983564
########## File path: flink-table/flink-table-common/src/main/java/org/apache/flink/table/descriptors/ExternalCatalogDescriptorValidator.java ########## @@ -18,12 +18,12 @@ package org.apache.flink.table.descriptors; -import org.apache.flink.annotation.Internal; - /** * Validator for {@link ExternalCatalogDescriptor}. + * + * @deprecated use {@link CatalogDescriptorValidator} instead. */ -@Internal +@Deprecated Review comment: We can probably keep @internal ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services