This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new b1cb17d7b [doc] Doc for 'end-input.check-partition-expire' (#3959)
b1cb17d7b is described below
commit b1cb17d7bb0ab638d7376dab47a07323709596fe
Author: wangwj <[email protected]>
AuthorDate: Wed Aug 14 10:20:32 2024 +0800
[doc] Doc for 'end-input.check-partition-expire' (#3959)
---
docs/content/flink/expire-partition.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/content/flink/expire-partition.md
b/docs/content/flink/expire-partition.md
index de4a17e53..3acf6e59d 100644
--- a/docs/content/flink/expire-partition.md
+++ b/docs/content/flink/expire-partition.md
@@ -130,5 +130,11 @@ More options:
<td>String</td>
<td>You can specify a pattern to get a timestamp from partitions.
The formatter pattern is defined by 'partition.timestamp-formatter'.<ul><li>By
default, read from the first field.</li><li>If the timestamp in the partition
is a single field called 'dt', you can use '$dt'.</li><li>If it is spread
across multiple fields for year, month, day, and hour, you can use
'$year-$month-$day $hour:00:00'.</li><li>If the timestamp is in fields dt and
hour, you can use '$dt $hour:00:00'.</ [...]
</tr>
+ <tr>
+ <td><h5>end-input.check-partition-expire</h5></td>
+ <td style="word-wrap: break-word;">false</td>
+ <td>Boolean</td>
+ <td>Whether check partition expire after batch mode or bounded
stream job finish.</li></ul></td>
+ </tr>
</tbody>
</table>