Skip to content

Commit 5e45679

Browse files
authored
[hotfix][docs] Add avro. prefix for timestamp_mapping.legacy format option key
1 parent f76cd88 commit 5e45679

File tree

2 files changed

+2
-2
lines changed
  • docs
    • content.zh/docs/connectors/table/formats
    • content/docs/connectors/table/formats

2 files changed

+2
-2
lines changed

docs/content.zh/docs/connectors/table/formats/avro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Format 参数
8787
<td>仅用于 <a href="{{< ref "docs/connectors/table/filesystem" >}}">filesystem</a>,avro 压缩编解码器。默认 snappy 压缩。目前支持:null, deflate、snappy、bzip2、xz。</td>
8888
</tr>
8989
<tr>
90-
<td><h5>timestamp_mapping.legacy</h5></td>
90+
<td><h5>avro.timestamp_mapping.legacy</h5></td>
9191
<td>可选</td>
9292
<td style="word-wrap: break-word;">true</td>
9393
<td>Boolean</td>

docs/content/docs/connectors/table/formats/avro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Format Options
9999
<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>
100100
</tr>
101101
<tr>
102-
<td><h5>timestamp_mapping.legacy</h5></td>
102+
<td><h5>avro.timestamp_mapping.legacy</h5></td>
103103
<td>optional</td>
104104
<td>yes</td>
105105
<td style="word-wrap: break-word;">true</td>

0 commit comments

Comments
 (0)