This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.0 by this push:
new 8c6f12adb47 [hotfix][docs] Add `avro.` prefix for
`timestamp_mapping.legacy` format option key
8c6f12adb47 is described below
commit 8c6f12adb478a4cd585837c8142efbd5cffcb40a
Author: Ferenc Csaky <[email protected]>
AuthorDate: Fri Oct 24 19:46:18 2025 +0200
[hotfix][docs] Add `avro.` prefix for `timestamp_mapping.legacy` format
option key
---
docs/content.zh/docs/connectors/table/formats/avro.md | 2 +-
docs/content/docs/connectors/table/formats/avro.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/content.zh/docs/connectors/table/formats/avro.md
b/docs/content.zh/docs/connectors/table/formats/avro.md
index d2781212e06..144b153b9c7 100644
--- a/docs/content.zh/docs/connectors/table/formats/avro.md
+++ b/docs/content.zh/docs/connectors/table/formats/avro.md
@@ -87,7 +87,7 @@ Format 参数
<td>仅用于 <a href="{{< ref "docs/connectors/table/filesystem"
>}}">filesystem</a>,avro 压缩编解码器。默认 snappy 压缩。目前支持:null,
deflate、snappy、bzip2、xz。</td>
</tr>
<tr>
- <td><h5>timestamp_mapping.legacy</h5></td>
+ <td><h5>avro.timestamp_mapping.legacy</h5></td>
<td>可选</td>
<td style="word-wrap: break-word;">true</td>
<td>Boolean</td>
diff --git a/docs/content/docs/connectors/table/formats/avro.md
b/docs/content/docs/connectors/table/formats/avro.md
index 0665271c555..9d61f963cc9 100644
--- a/docs/content/docs/connectors/table/formats/avro.md
+++ b/docs/content/docs/connectors/table/formats/avro.md
@@ -99,7 +99,7 @@ Format Options
<td>For <a href="{{< ref "docs/connectors/table/filesystem"
>}}">Filesystem</a> only, the compression codec for avro. Snappy compression as
default. The valid enumerations are: null, deflate, snappy, bzip2, xz.</td>
</tr>
<tr>
- <td><h5>timestamp_mapping.legacy</h5></td>
+ <td><h5>avro.timestamp_mapping.legacy</h5></td>
<td>optional</td>
<td>yes</td>
<td style="word-wrap: break-word;">true</td>