You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/06/13 13:38:21 UTC

[flink] branch master updated: [hotfix][fault-tolerance][docs] Corrected typo in state page

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

martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e2f41ff037 [hotfix][fault-tolerance][docs] Corrected typo in state page
4e2f41ff037 is described below

commit 4e2f41ff037f2b50bd8701a3555331786ae30c3b
Author: mans2singh <ma...@yahoo.com>
AuthorDate: Tue Jun 7 18:59:35 2022 -0400

    [hotfix][fault-tolerance][docs] Corrected typo in state page
---
 docs/content/docs/dev/datastream/fault-tolerance/state.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/dev/datastream/fault-tolerance/state.md b/docs/content/docs/dev/datastream/fault-tolerance/state.md
index 5af6e2635af..c65c8f29a84 100644
--- a/docs/content/docs/dev/datastream/fault-tolerance/state.md
+++ b/docs/content/docs/dev/datastream/fault-tolerance/state.md
@@ -432,7 +432,7 @@ will lead to compatibility failure and `StateMigrationException`.
 - The map state with TTL currently supports null user values only if the user value serializer can handle null values. 
 If the serializer does not support null values, it can be wrapped with `NullableSerializer` at the cost of an extra byte in the serialized form.
 
-- With TTL enabled configuration, the `defaultValue` in `StateDescriptor`, which is atucally already deprecated, will no longer take an effect. This aims to make the semantics more clear and let user manually manage the default value if the contents of the state is null or expired.
+- With TTL enabled configuration, the `defaultValue` in `StateDescriptor`, which is actually already deprecated, will no longer take an effect. This aims to make the semantics more clear and let user manually manage the default value if the contents of the state is null or expired.
 
 #### Cleanup of Expired State