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

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


The following commit(s) were added to refs/heads/release-1.17 by this push:
     new 2256327c505 [FLINK-32112][docs] Fix the deprecated state backend 
sample config in Chinese document
2256327c505 is described below

commit 2256327c505b36be9f78ab8363806eec0c69d215
Author: xmzhou <[email protected]>
AuthorDate: Thu May 18 13:12:45 2023 +0800

    [FLINK-32112][docs] Fix the deprecated state backend sample config in 
Chinese document
---
 docs/content.zh/docs/ops/state/state_backends.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content.zh/docs/ops/state/state_backends.md 
b/docs/content.zh/docs/ops/state/state_backends.md
index a78339228a6..cfbae39afbd 100644
--- a/docs/content.zh/docs/ops/state/state_backends.md
+++ b/docs/content.zh/docs/ops/state/state_backends.md
@@ -177,7 +177,7 @@ env.set_state_backend(HashMapStateBackend())
 ```yaml
 # 用于存储 operator state 快照的 State Backend
 
-state.backend: filesystem
+state.backend: hashmap
 
 
 # 存储快照的目录

Reply via email to