提交 cef75fe8 编写于 作者: E EronWright 提交者: Timo Walther

[hotfix] [table] Fix typos in Table javadoc.

This closes #7388.
上级 b6237688
......@@ -68,7 +68,7 @@ public abstract class ConnectorDescriptor extends DescriptorBase implements Desc
/**
* Converts this descriptor into a set of connector properties. Usually prefixed with
* {@link FormatDescriptorValidator#FORMAT}.
* {@link ConnectorDescriptorValidator#CONNECTOR}.
*/
protected abstract Map<String, String> toConnectorProperties();
}
......@@ -26,6 +26,11 @@ import org.apache.flink.annotation.Internal;
@Internal
public abstract class ConnectorDescriptorValidator implements DescriptorValidator {
/**
* Prefix for connector-related properties.
*/
public static final String CONNECTOR = "connector";
/**
* Key for describing the type of the connector. Usually used for factory discovery.
*/
......
......@@ -23,7 +23,7 @@ import java.util
import org.apache.flink.table.sinks.BatchTableSink
/**
* A factory to create configured table sink instances in a streaming environment based on
* A factory to create configured table sink instances in a batch environment based on
* string-based properties. See also [[TableFactory]] for more information.
*
* @tparam T type of records that the factory consumes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册