wanghuan2054 commented on code in PR #1761: URL: https://github.com/apache/incubator-seatunnel/pull/1761#discussion_r861945173
########## docs/en/transform/replace.md: ########## @@ -1,16 +1,17 @@ -# Json +# Replace ## Description -Examines string value in a given field and replaces substring of the string value that matches the given string literal or regexes with the given replacement. +Examines string value in a given field and replaces substring of the string value that matches the given string literal +or regexes with the given replacement. :::tip -This transform **ONLY** supported by Spark. +This transform can supported by Spark and Flink,There are slight differences between the two engine configuration items. ::: -## Options +## Options(Spark) Review Comment: ok, I have modified -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
