This is an automated email from the ASF dual-hosted git repository.

fcsaky pushed a commit to branch release-2.1
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-2.1 by this push:
     new a7947f5721f [hotfix][docs] Add `avro.` prefix for 
`timestamp_mapping.legacy` format option key
a7947f5721f is described below

commit a7947f5721fe4ca938dd6582154f8fd554e99af1
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 e97107b9b06..6d09b623d3e 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 0d685c8527d..66b321c51d7 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>

Reply via email to