This is an automated email from the ASF dual-hosted git repository.
yuxia pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.15 by this push:
new 77faf269bc1 [BP-1.15][FLINK-30919][docs] Fix typo for the sink ability
part in the document of User-defined Sources & Sinks (#22735)
77faf269bc1 is described below
commit 77faf269bc199d78788e5183ca748f6059f943e2
Author: yuxia Luo <[email protected]>
AuthorDate: Fri Jun 9 16:12:03 2023 +0800
[BP-1.15][FLINK-30919][docs] Fix typo for the sink ability part in the
document of User-defined Sources & Sinks (#22735)
---
docs/content.zh/docs/dev/table/sourcesSinks.md | 2 +-
docs/content/docs/dev/table/sourcesSinks.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/content.zh/docs/dev/table/sourcesSinks.md
b/docs/content.zh/docs/dev/table/sourcesSinks.md
index d1940bab579..0030aec2517 100644
--- a/docs/content.zh/docs/dev/table/sourcesSinks.md
+++ b/docs/content.zh/docs/dev/table/sourcesSinks.md
@@ -313,7 +313,7 @@ that a sink can still work on common data structures and
perform a conversion at
</tr>
<tr>
<td><a
href='https://github.com/apache/flink/blob/master/flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/sink/abilities/SupportsWritingMetadata.java'>SupportsWritingMetadata</a></td>
- <td>Enables to write metadata columns into a
<code>DynamicTableSource</code>. A table sink is
+ <td>Enables to write metadata columns into a
<code>DynamicTableSink</code>. A table sink is
responsible for accepting requested metadata columns at the end of
consumed rows and persist
them. This includes potentially forwarding metadata columns to
contained formats.</td>
</tr>
diff --git a/docs/content/docs/dev/table/sourcesSinks.md
b/docs/content/docs/dev/table/sourcesSinks.md
index b11bd89f7d7..1e98cc2abe7 100644
--- a/docs/content/docs/dev/table/sourcesSinks.md
+++ b/docs/content/docs/dev/table/sourcesSinks.md
@@ -313,7 +313,7 @@ that a sink can still work on common data structures and
perform a conversion at
</tr>
<tr>
<td><a
href='https://github.com/apache/flink/blob/master/flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/sink/abilities/SupportsWritingMetadata.java'>SupportsWritingMetadata</a></td>
- <td>Enables to write metadata columns into a
<code>DynamicTableSource</code>. A table sink is
+ <td>Enables to write metadata columns into a
<code>DynamicTableSink</code>. A table sink is
responsible for accepting requested metadata columns at the end of
consumed rows and persist
them. This includes potentially forwarding metadata columns to
contained formats.</td>
</tr>