You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "zzzzzzzs (via GitHub)" <gi...@apache.org> on 2023/04/25 01:05:44 UTC

[GitHub] [flink] zzzzzzzs commented on a diff in pull request #22452: [FLINK-31881][docs] Fix the confusion in the Chinese documentation page of Flink official CEP, and add the Scala code of timesOrMore.

zzzzzzzs commented on code in PR #22452:
URL: https://github.com/apache/flink/pull/22452#discussion_r1175917651


##########
docs/content.zh/docs/libs/cep.md:
##########
@@ -477,6 +477,11 @@ pattern.oneOrMore()
 pattern.timesOrMore(2);
 ```
 {{< /tab >}}
+{{< tab "Scala" >}}
+```scala
+pattern.timesOrMore(2)
+```
+{{< /tab >}}

Review Comment:
   Sorry, as Flink has deprecated Scala, I have removed this section from the document.



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org