This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a commit to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.19 by this push:
new e4ac2ee6257 [FLINK-34956][doc] Fix the config type wrong of Duration
e4ac2ee6257 is described below
commit e4ac2ee6257f35a1e4602bf684618f9165ab5a96
Author: Rui Fan <[email protected]>
AuthorDate: Thu Mar 28 11:28:04 2024 +0800
[FLINK-34956][doc] Fix the config type wrong of Duration
---
docs/layouts/shortcodes/config_file.html | 2 +-
docs/layouts/shortcodes/config_file_zh.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/layouts/shortcodes/config_file.html
b/docs/layouts/shortcodes/config_file.html
index aeaa4c12966..4b1054504fa 100644
--- a/docs/layouts/shortcodes/config_file.html
+++ b/docs/layouts/shortcodes/config_file.html
@@ -115,7 +115,7 @@ under the License.
<td>Regular expression: <code>[0-9]+ (b | kb | kibibytes | m | mb |
mebibytes | g | gb | gibibytes | t | tb | tebibytes)?</code><br><br>Example:
<code>100 mb</code></td>
</tr>
<tr>
- <td><h5>Boolean</h5></td>
+ <td><h5>Duration</h5></td>
<td>Regular expression: <code>[0-9]+ (d | day | h | hour | m | min |
minute | s | sec | second | ms | milli | millisecond | us | micro | microsecond
| ns | nano | nanosecond)?</code><br><br>Example: <code>10 s</code></td>
</tr>
<tr>
diff --git a/docs/layouts/shortcodes/config_file_zh.html
b/docs/layouts/shortcodes/config_file_zh.html
index a1942a8242b..8f40e2b9a6a 100644
--- a/docs/layouts/shortcodes/config_file_zh.html
+++ b/docs/layouts/shortcodes/config_file_zh.html
@@ -115,7 +115,7 @@ under the License.
<td>正则表达式:<code>[0-9]+ (b | kb | kibibytes | m | mb | mebibytes |
g | gb | gibibytes | t | tb | tebibytes)?</code><br><br>示例:<code>100
mb</code></td>
</tr>
<tr>
- <td><h5>Boolean</h5></td>
+ <td><h5>Duration</h5></td>
<td>正则表达式:<code>[0-9]+ (d | day | h | hour | m | min | minute | s
| sec | second | ms | milli | millisecond | us | micro | microsecond | ns |
nano | nanosecond)?</code><br><br>示例:<code>10 s</code></td>
</tr>
<tr>