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

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


The following commit(s) were added to refs/heads/master by this push:
     new 67c80b9b30 [INLONG-8973][Sort] Fix redis connector in flink 1.13 typo 
(#8974)
67c80b9b30 is described below

commit 67c80b9b30c9d9619f1e391118e82b75b1bdb41a
Author: EpicMo <[email protected]>
AuthorDate: Fri Sep 22 18:04:49 2023 +0800

    [INLONG-8973][Sort] Fix redis connector in flink 1.13 typo (#8974)
---
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/redis/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/redis/README.md 
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/redis/README.md
index e429a8b8bd..08f96f3d1d 100644
--- a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/redis/README.md
+++ b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/redis/README.md
@@ -126,7 +126,7 @@ The remaining fields(`c2`~`c7`) will be serialized into one 
value and put into r
 
 ```sql
 CREATE TABLE sink (
-    KEY STRING, 
+    key STRING, 
     field_name STRING, 
     value_1 DOUBLE,
     value_2 BIGINT, 

Reply via email to